First Commit
This commit is contained in:
10
externals/glslang/Test/glsl.-P.include.frag
vendored
Normal file
10
externals/glslang/Test/glsl.-P.include.frag
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 450
|
||||
|
||||
#include "glsl.-P.included.glsl"
|
||||
|
||||
layout(location=0) out vec4 color;
|
||||
|
||||
void main()
|
||||
{
|
||||
color = getColor();
|
||||
}
|
||||
Reference in New Issue
Block a user