bgfx/3rdparty/glslang/Test/hlsl.shapeConvRet.frag

10 lines
79 B
GLSL
Raw Normal View History

2016-12-15 14:19:54 -08:00
int3 foo()
{
return 13;
}
float4 main(float f)
{
return f;
}