1
0
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:
Lignum
2020-05-28 12:06:14 +02:00
committed by GitHub
parent 4ff33f165d
commit 085ae2e74a

View File

@@ -1,4 +1,4 @@
#version 140
#version 130
in vec3 v_pos;