summaryrefslogtreecommitdiffstats
path: root/HLSL2GLSLConverter/testshaders/CommonShaderStructs.shinc
blob: 436c797dc563fadf8721e61f008a775e76a8c574 (plain)
1
2
3
4
5
6
7
8
struct QuadVSOut
{
    float2 m_f2UV   : UV;
    uint m_uiInstID : InstID;
	float4 m_f4Pos : SV_Position;
};