aboutsummaryrefslogtreecommitdiff
path: root/decompile/dwmcore_2000_10.hlsl
blob: 30c49c15709e291843644b0c278d6e082f03f0c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ---- Created with 3Dmigoto v1.3.16 on Wed Feb 09 18:55:28 2022



// 3Dmigoto declarations
#define cmp -


void main(
  float4 v0 : SV_POSITION0,
  float4 v1 : TEXCOORD0,
  out float4 o0 : SV_Target0)
{
  o0.xyzw = v1.zyxw;
  return;
}