aboutsummaryrefslogtreecommitdiff
path: root/decompile/dwmcore_2048_10.hlsl
blob: 15e0f1a91a60acd3a36f0dc9d29adea394d67f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// ---- Created with 3Dmigoto v1.3.16 on Wed Feb 09 18:55:28 2022

cbuffer cbPSUpdateEveryCall : register(b0)
{

  struct
  {

    struct
    {
      float4 color;
    } SetColorValue_PS1_ConstantTable;


    struct
    {
      float4 color;
    } SetColorValue_PS2_ConstantTable;

  } Data_PS : packoffset(c0);

}



// 3Dmigoto declarations
#define cmp -


void main(
  float4 v0 : SV_POSITION0,
  float4 v1 : TEXCOORD0,
  out float4 o0 : SV_Target0)
{
  o0.xyzw = Data_PS.SetColorValue_PS2_ConstantTable.color.wwww * Data_PS.SetColorValue_PS1_ConstantTable.color.xyzw;
  return;
}