mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
6 lines
93 B
C
6 lines
93 B
C
struct SDrawQuadPixelInput
|
|
{
|
|
float4 pos : SV_POSITION;
|
|
float2 texCoord : TEXCOORD;
|
|
};
|