mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-12 21:20:06 +00:00
7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
|
#version 410 core
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_ViewportIndex = 7;
|
||
|
}
|