Add more preamble tests
This commit is contained in:
parent
893145ead2
commit
bdba39bae6
6 changed files with 120 additions and 0 deletions
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();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue