angeluriot / Dimension3D

A simple graphics library (2D, 3D and windows).
MIT License
46 stars 10 forks source link

`texture2D` No Such Function #6

Closed TheFloatingBrain closed 12 months ago

TheFloatingBrain commented 2 years ago

I got an error running the default shader saying that texture2D was not a function in the default shader, changing the one call too texture2D to texuture seems to fix the problem (Ubuntu 22.04, podman container, GCC-12 + conan & imgui-docking + imgui-sfml 2.5 from bincrafters community)

angeluriot commented 12 months ago

Fixed