aboutsummaryrefslogtreecommitdiff
path: root/decompile/dwmcore_2029_10.hlsl
diff options
context:
space:
mode:
Diffstat (limited to 'decompile/dwmcore_2029_10.hlsl')
-rw-r--r--decompile/dwmcore_2029_10.hlsl33
1 files changed, 33 insertions, 0 deletions
diff --git a/decompile/dwmcore_2029_10.hlsl b/decompile/dwmcore_2029_10.hlsl
new file mode 100644
index 0000000..f0e23a2
--- /dev/null
+++ b/decompile/dwmcore_2029_10.hlsl
@@ -0,0 +1,33 @@
+// ---- Created with 3Dmigoto v1.3.16 on Wed Feb 09 18:55:28 2022
+
+cbuffer cbPSUpdateEveryCall : register(b0)
+{
+
+ struct
+ {
+
+ 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)
+{
+ o0.w = Data_PS.SetColorValue_PS2_ConstantTable.color.w * v2.w;
+ o0.xyz = float3(1,1,1);
+ return;
+} \ No newline at end of file