mirror of
https://github.com/RPCS3/glslang.git
synced 2025-01-12 14:00:39 +00:00
12 lines
100 B
GLSL
12 lines
100 B
GLSL
|
#version 460 core
|
||
|
|
||
|
int i;
|
||
|
; // extraneous semicolon okay
|
||
|
float f;;;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
}
|
||
|
;
|
||
|
;
|