SPIRV-Cross/reference/opt/shaders-hlsl/frag/partial-write-preserve.frag

15 lines
96 B
GLSL
Raw Normal View History

2017-11-22 11:08:06 +00:00
struct B
{
float a;
float b;
};
void frag_main()
{
}
void main()
{
frag_main();
}