summaryrefslogtreecommitdiffstats
path: root/shaders_inc/FullScreenTriangleVSOutput.fxh.h
blob: a73a71fb03c38509a2827762436a1f1e01f2c53c (plain)
1
2
3
4
5
6
7
"\n"
"struct FullScreenTriangleVSOutput\n"
"{\n"
"    float4 f4PixelPos     : SV_Position;   // Pixel position on the screen\n"
"    float2 f2NormalizedXY : NORMALIZED_XY; // Normalized device XY coordinates [-1,1]x[-1,1]\n"
"    float  fInstID        : INSTANCE_ID;\n"
"};\n"