// ---- 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, float4 v2 : TEXCOORD1, out float4 o0 : SV_Target0) { float4 r0; uint4 bitmask, uiDest; float4 fDest; r0.x = Data_PS.SetColorValue_PS2_ConstantTable.color.w * Data_PS.SetColorValue_PS1_ConstantTable.color.w; o0.w = v2.w * r0.x; o0.xyz = Data_PS.SetColorValue_PS1_ConstantTable.color.xyz * v2.xyz; return; }