angeluriot / Dimension3D

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

Fixed shader compilation issue on vega 7 #10

Closed loicvdb closed 12 months ago

loicvdb commented 1 year ago

texture2D() is deprecated since OGL ES 3.0, it's been replaced by texture(). This has caused the program not to work on vega 7 iGPUs.

angeluriot commented 12 months ago

Done manually