virtualx-engine/servers/rendering/renderer_rd
clayjohn a5399ab5af Reduce the number of samplers used by the scene shaders
The hard limit for Apple devices is 16 samplers per stage. So we need to ensure we use less than that
2023-12-15 17:13:44 -07:00
..
effects Expose copy_effects copy compute shader in Mobile backend 2023-12-05 21:22:46 +01:00
environment Merge pull request #81167 from bitsawer/fix_sdfgi_editor_change 2023-10-25 10:27:03 +02:00
forward_clustered Reduce the number of samplers used by the scene shaders 2023-12-15 17:13:44 -07:00
forward_mobile Reduce the number of samplers used by the scene shaders 2023-12-15 17:13:44 -07:00
shaders Reduce the number of samplers used by the scene shaders 2023-12-15 17:13:44 -07:00
spirv-reflect
storage_rd Merge pull request #84451 from ShirenY/FixSkeletonMeshCulling 2023-12-12 00:16:51 +01:00
cluster_builder_rd.cpp Use 16-bit index buffers instead of 32 when unnecessary 2023-09-03 19:59:10 -03:00
cluster_builder_rd.h Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 2023-01-31 20:04:11 +01:00
framebuffer_cache_rd.cpp
framebuffer_cache_rd.h
pipeline_cache_rd.cpp Add Shader compile groups to RD Shader system 2023-07-21 16:42:30 +02:00
pipeline_cache_rd.h Some more fixes for compressed meshes 2023-10-24 09:38:12 +02:00
renderer_canvas_render_rd.cpp Merge pull request #85811 from clayjohn/2D-render-info 2023-12-12 10:41:06 +01:00
renderer_canvas_render_rd.h Implement render info counters for the 2D renderer 2023-12-06 14:39:33 -07:00
renderer_compositor_rd.cpp Use render method from OS in compositor RD; Update related UI 2023-12-14 11:38:46 +08:00
renderer_compositor_rd.h Add option to enable HDR rendering in 2D 2023-08-07 11:24:03 +02:00
renderer_scene_render_rd.cpp Ensure 2D MSAA resolve is performed when 3D content but no 2D content in scene 2023-11-16 13:34:34 +11:00
renderer_scene_render_rd.h Fix mipmap bias behavior by refactoring how samplers are created by Material Storage. 2023-09-06 11:24:19 -03:00
SCsub
shader_rd.cpp Prevent _allocate_placeholders crash if p_version->variants is null 2023-10-22 23:19:00 +08:00
shader_rd.h [Servers] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-25 18:45:30 +02:00
uniform_set_cache_rd.cpp
uniform_set_cache_rd.h