411251c624
git-subtree-dir: external/SDL git-subtree-split: 716c767b7e7099fb0e2fda9db59227a7e1d1d8a4
6 lines
78 B
HLSL
6 lines
78 B
HLSL
struct VSOutput
|
|
{
|
|
float2 uv : TEXCOORD0;
|
|
float4 pos : SV_Position;
|
|
};
|