diff options
author | Dario <dariosamo@gmail.com> | 2023-11-24 08:23:22 -0300 |
---|---|---|
committer | Dario <dariosamo@gmail.com> | 2024-01-08 14:54:56 -0300 |
commit | cc4d39b0c1f0d4645d63120832a49e54242e3f5f (patch) | |
tree | 3f2b283ba5b5b2d5c7e383372e36ca245ec8c22a /thirdparty | |
parent | 84e205b5a17bfe7ace96b78c410ec10aa52241d2 (diff) | |
download | redot-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.glsl | 1 |
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 |