We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0cdba4 + c153c5b commit 736dcf7Copy full SHA for 736dcf7
drivers/gles3/shaders/scene.glsl
@@ -986,6 +986,10 @@ layout(std140) uniform MultiviewData { // ubo:8
986
multiview_data;
987
#endif
988
989
+uniform highp mat4 world_transform;
990
+uniform highp uint instance_offset;
991
+uniform highp uint model_flags;
992
+
993
/* clang-format off */
994
995
#GLOBALS
@@ -1218,10 +1222,7 @@ ivec2 multiview_uv(ivec2 uv) {
1218
1222
}
1219
1223
1220
1224
1221
-uniform highp mat4 world_transform;
1225
uniform mediump float opaque_prepass_threshold;
-uniform highp uint model_flags;
-uniform highp uint instance_offset;
1226
1227
#if defined(RENDER_MATERIAL)
1228
layout(location = 0) out vec4 albedo_output_buffer;
0 commit comments