summaryrefslogtreecommitdiffstats
path: root/thirdparty
diff options
context:
space:
mode:
authorDario <dariosamo@gmail.com>2023-11-24 08:23:22 -0300
committerDario <dariosamo@gmail.com>2024-01-08 14:54:56 -0300
commitcc4d39b0c1f0d4645d63120832a49e54242e3f5f (patch)
tree3f2b283ba5b5b2d5c7e383372e36ca245ec8c22a /thirdparty
parent84e205b5a17bfe7ace96b78c410ec10aa52241d2 (diff)
downloadredot-engine-cc4d39b0c1f0d4645d63120832a49e54242e3f5f.tar.gz
Acyclic Command Graph for RenderingDevice.
Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice.
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/amd-fsr2/shaders/ffx_fsr2_depth_clip_pass.glsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/thirdparty/amd-fsr2/shaders/ffx_fsr2_depth_clip_pass.glsl b/thirdparty/amd-fsr2/shaders/ffx_fsr2_depth_clip_pass.glsl
index 65cc8b67ef..d989416eb3 100644
--- a/thirdparty/amd-fsr2/shaders/ffx_fsr2_depth_clip_pass.glsl
+++ b/thirdparty/amd-fsr2/shaders/ffx_fsr2_depth_clip_pass.glsl
@@ -29,7 +29,6 @@
#define FSR2_BIND_SRV_DILATED_DEPTH 2
#define FSR2_BIND_SRV_REACTIVE_MASK 3
#define FSR2_BIND_SRV_TRANSPARENCY_AND_COMPOSITION_MASK 4
-#define FSR2_BIND_SRV_PREPARED_INPUT_COLOR 5
#define FSR2_BIND_SRV_PREVIOUS_DILATED_MOTION_VECTORS 6
#define FSR2_BIND_SRV_INPUT_MOTION_VECTORS 7
#define FSR2_BIND_SRV_INPUT_COLOR 8