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