Add more preamble tests
This commit is contained in:
committed by
arcady-lunarg
parent
893145ead2
commit
bdba39bae6
10
Test/glsl.-P.include.frag
Normal file
10
Test/glsl.-P.include.frag
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