overlay.hlsli 78 B

12345
  1. struct VSOutput
  2. {
  3. float2 uv : TEXCOORD0;
  4. float4 pos : SV_Position;
  5. };