glslang/Test/hlsl.shapeConvRet.frag

10 lines
79 B
GLSL
Raw Normal View History

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