Command-line: Add support for setting language's environment.
This commit is contained in:
parent
c178f0a4d9
commit
6353d55e94
4 changed files with 116 additions and 25 deletions
9
Test/spv.targetOpenGL.vert
Executable file
9
Test/spv.targetOpenGL.vert
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#version 450
|
||||
|
||||
layout(constant_id = 3) const int a = 2;
|
||||
|
||||
uniform float f;
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue