mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-30 22:51:06 +00:00
10 lines
79 B
GLSL
Executable File
10 lines
79 B
GLSL
Executable File
int3 foo()
|
|
{
|
|
return 13;
|
|
}
|
|
|
|
float4 main(float f)
|
|
{
|
|
return f;
|
|
}
|