mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-04-10 06:14:07 +08:00
fix: correct GLSL version directives
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#version 430
|
||||
#version 460
|
||||
|
||||
in vec2 tc;
|
||||
flat in int tex_layer;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#version 430
|
||||
#version 460
|
||||
|
||||
layout (location = 0) in vec3 pos;
|
||||
layout (location = 1) in vec2 texCoord;
|
||||
|
||||
Reference in New Issue
Block a user