parent
4b7b86d568
commit
715f5c6cf1
7 changed files with 111 additions and 1 deletions
10
Test/spv.invariantAll.vert
Normal file
10
Test/spv.invariantAll.vert
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#version 450 core
|
||||
#pragma STDGL invariant(all)
|
||||
|
||||
layout(location=0) out highp float v;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = vec4(v, v, 0, 1);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue