glslang/Test/hlsl.shapeConvRet.frag
2016-10-06 16:56:54 -06:00

10 lines
79 B
GLSL
Executable File

int3 foo()
{
return 13;
}
float4 main(float f)
{
return f;
}