Add more preamble tests
This commit is contained in:
committed by
arcady-lunarg
parent
893145ead2
commit
bdba39bae6
8
Test/glsl.-P.function.frag
Normal file
8
Test/glsl.-P.function.frag
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 450
|
||||
|
||||
layout(location=0) out vec4 color;
|
||||
|
||||
void main()
|
||||
{
|
||||
color = getColor();
|
||||
}
|
||||
Reference in New Issue
Block a user