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

10 lines
79 B
GLSL
Raw Normal View History

2016-12-16 01:19:54 +03:00
int3 foo()
{
return 13;
}
float4 main(float f)
{
return f;
}