diff options
| author | 2026-04-06 15:27:06 -0400 | |
|---|---|---|
| committer | 2026-04-06 15:27:06 -0400 | |
| commit | 4f31c9e16b58eeb1e914d58a4e92b8adc6529450 (patch) | |
| tree | 1ad489f306690b2bc81a93df78732aa08f5c77e6 /Shaders/volume_upsample.diff | |
| parent | f0551fb20f92753e8d97bb746e3563364d09e7d9 (diff) | |
| download | WorldTuningTool-4f31c9e16b58eeb1e914d58a4e92b8adc6529450.tar.gz WorldTuningTool-4f31c9e16b58eeb1e914d58a4e92b8adc6529450.tar.bz2 WorldTuningTool-4f31c9e16b58eeb1e914d58a4e92b8adc6529450.zip | |
Cleanup volume upsample stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Shaders/volume_upsample.diff')
| -rw-r--r-- | Shaders/volume_upsample.diff | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Shaders/volume_upsample.diff b/Shaders/volume_upsample.diff deleted file mode 100644 index 13c9633..0000000 --- a/Shaders/volume_upsample.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- a/volume_upsample.asm 2026-03-16 15:19:54.032009332 -0400 -+++ b/volume_upsample.asm 2026-03-16 15:19:36.341817879 -0400 -@@ -235,16 +155,9 @@ - ld_indexable(texture2d)(float,float,float,float) r1.yzw, r2.xyzz, t3.wxyz - ld_indexable(texture2d)(float,float,float,float) r3.xyz, r2.xyzz, t4.xyzw - else -- if_nz r1.x -- mul r0.xy, r0.xyxx, cb3[2].xyxx -- mul r0.xy, r0.xyxx, cb1[4].zzzz -- sample_l_indexable(texture2d)(float,float,float,float) r1.yzw, r0.xyxx, t0.wxyz, s0, l(0.000000) -- sample_l_indexable(texture2d)(float,float,float,float) r3.xyz, r0.xyxx, t1.xyzw, s0, l(0.000000) -- else -- mov r2.w, l(0) -- ld_indexable(texture2d)(float,float,float,float) r1.yzw, r2.xyww, t0.wxyz -- ld_indexable(texture2d)(float,float,float,float) r3.xyz, r2.xyww, t1.xyzw -- endif -+ mov r2.w, l(0) -+ ld_indexable(texture2d)(float,float,float,float) r1.yzw, r2.xyww, t0.wxyz -+ ld_indexable(texture2d)(float,float,float,float) r3.xyz, r2.xyww, t1.xyzw - endif - store_uav_typed u0.xyzw, vThreadID.xyyy, r0.wwww - store_uav_typed u1.xyzw, vThreadID.xyyy, r1.yzwy |