mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-15 14:07:38 +00:00
Use an older version of GLSL (#459)
This ensures that the MVP matrix is available within the monitor fragment shader, without requiring the ARB_compatibility extension.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#version 140
|
||||
#version 130
|
||||
|
||||
in vec3 v_pos;
|
||||
|
||||
|
Reference in New Issue
Block a user