GLSL 'include' support
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#version 330 core
|
||||
|
||||
in vec3 v_coord;
|
||||
out vec4 f_color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,5 +1,3 @@
|
||||
#version 330 core
|
||||
|
||||
in vec3 v_coord;
|
||||
out vec4 f_color;
|
||||
|
||||
|
||||