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