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