raylib/examples/shaders/resources/shaders
CDM15y 2d94d8d06d
[examples] Fix PBR and Shadowmap example shaders for GLSL 1.20 (#4167)
* Update pbr.fs

remove presicion mediump float because it is for GLES, and not desktop GL

* Fix shadowmap.fs

also suffers the same problem as pbr.fs
2024-07-20 10:42:55 +02:00
..
glsl100 Minor formatting tweaks 2024-05-05 19:46:31 +02:00
glsl120 [examples] Fix PBR and Shadowmap example shaders for GLSL 1.20 (#4167) 2024-07-20 10:42:55 +02:00
glsl330 Fix fragPosition using wrong matrix in lighting_instancing.vs (#4056) 2024-06-11 20:55:13 +02:00