6 lines
78 B
HLSL
6 lines
78 B
HLSL
struct VSOutput
|
|
{
|
|
float2 uv : TEXCOORD0;
|
|
float4 pos : SV_Position;
|
|
};
|