Update pbr.fs

This commit is contained in:
Ray
2024-12-01 22:40:23 +01:00
committed by GitHub
parent 6c59dc4a65
commit 698bfc48fe

View File

@@ -1,6 +1,6 @@
#version 100
precision highp float;
precision highp float;
#define MAX_LIGHTS 4
#define LIGHT_DIRECTIONAL 0
@@ -153,4 +153,4 @@ void main()
gl_FragColor = vec4(color,1.0);
}
}