glslang/Test/hlsl.shapeConvRet.frag
2018-08-07 03:16:20 +09:00

10 lines
79 B
GLSL

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