mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-13 21:50: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;
|
|
}
|