virtualx-engine/servers/rendering/renderer_rd/storage_rd
clayjohn 2b9e6d2972 Use render pass uniform set to store viewport samplers.
This fixes a bugs where per-viewport samplers were being used for internal texture fetches (probes, sky, etc.).

This also fixes a bug when using multiple viewports in the same scene.

This also fixes a bug where the texture bias would override the bias from 3D scale.
2023-11-08 23:26:08 +01:00
..
forward_id_storage.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
forward_id_storage.h Ensure that only visible paired lights are used 2023-10-17 13:02:46 +02:00
light_storage.cpp Ensure that only visible paired lights are used 2023-10-17 13:02:46 +02:00
light_storage.h Implement 3D shadows in the GL Compatibility renderer 2023-09-28 09:39:26 +02:00
material_storage.cpp Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-10-08 17:23:33 +02:00
material_storage.h Fix mipmap bias behavior by refactoring how samplers are created by Material Storage. 2023-09-06 11:24:19 -03:00
mesh_storage.cpp Add padding to normal attribute in Compatibility renderer to match the RD renderers 2023-10-24 22:32:34 +02:00
mesh_storage.h Some more fixes for compressed meshes 2023-10-24 09:38:12 +02:00
particles_storage.cpp Merge pull request #82431 from bitsawer/fix_gpuparticles_free 2023-10-12 00:22:33 +02:00
particles_storage.h Merge pull request #82431 from bitsawer/fix_gpuparticles_free 2023-10-12 00:22:33 +02:00
render_buffer_custom_data_rd.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
render_scene_buffers_rd.cpp Use render pass uniform set to store viewport samplers. 2023-11-08 23:26:08 +01:00
render_scene_buffers_rd.h Add an extra backbuffer color texture that can be used when an upscaler is in use. 2023-10-17 13:36:27 -03:00
render_scene_data_rd.cpp Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support. 2023-09-25 10:37:47 -03:00
render_scene_data_rd.h Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support. 2023-09-25 10:37:47 -03:00
SCsub
texture_storage.cpp Merge pull request #83199 from Repiteo/texture-storage-default-scale 2023-10-24 10:53:56 +02:00
texture_storage.h Fallback to linear color texture when using 2D HDR and MSDF font 2023-08-15 11:08:29 +02:00
utilities.cpp Add vararg call() method to C++ Callable 2023-10-05 11:35:29 +02:00
utilities.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00