aboutsummaryrefslogtreecommitdiff
path: root/decompile/dwmcore_1004_10.hlsl
diff options
context:
space:
mode:
Diffstat (limited to 'decompile/dwmcore_1004_10.hlsl')
-rw-r--r--decompile/dwmcore_1004_10.hlsl25
1 files changed, 25 insertions, 0 deletions
diff --git a/decompile/dwmcore_1004_10.hlsl b/decompile/dwmcore_1004_10.hlsl
new file mode 100644
index 0000000..39cb6e9
--- /dev/null
+++ b/decompile/dwmcore_1004_10.hlsl
@@ -0,0 +1,25 @@
+// ---- Created with 3Dmigoto v1.3.16 on Wed Feb 09 18:55:28 2022
+
+
+
+// 3Dmigoto declarations
+#define cmp -
+
+
+void main(
+ float3 v0 : POSITION0,
+ float4 v1 : TEXCOORD0,
+ float4 v2 : TEXCOORD1,
+ float2 v3 : TEXCOORD2,
+ out float4 o0 : SV_POSITION0,
+ out float4 o1 : TEXCOORD0,
+ out float2 o2 : TEXCOORD1,
+ out float2 p2 : TEXCOORD2)
+{
+ o0.xyz = v0.xyz;
+ o0.w = 1;
+ o1.xyzw = v1.xyzw;
+ o2.xy = v2.xy;
+ p2.xy = v3.xy;
+ return;
+} \ No newline at end of file