godot/servers/rendering/renderer_rd/shaders/effects
clayjohn 2435c9426d
Use proper UV in cubemap downsampler raster
This removes bias in cubemap downsampling shader that resulted in the bottom of cubemaps being over represented

(cherry picked from commit fb77021559)
2023-05-12 12:07:01 +02:00
..
SCsub
blur_raster.glsl
blur_raster_inc.glsl
bokeh_dof.glsl
bokeh_dof_inc.glsl
bokeh_dof_raster.glsl
copy.glsl
copy_to_fb.glsl
cube_to_dp.glsl
cubemap_downsampler.glsl
cubemap_downsampler_inc.glsl
cubemap_downsampler_raster.glsl Use proper UV in cubemap downsampler raster 2023-05-12 12:07:01 +02:00
cubemap_filter.glsl
cubemap_filter_raster.glsl
cubemap_roughness.glsl
cubemap_roughness_inc.glsl
cubemap_roughness_raster.glsl
fsr_upscale.glsl
luminance_reduce.glsl
luminance_reduce_raster.glsl
luminance_reduce_raster_inc.glsl
resolve.glsl
screen_space_reflection.glsl Fix the limit for interpolation of R0 with respect to metallic and SSR 2023-04-07 17:44:40 +02:00
screen_space_reflection_filter.glsl
screen_space_reflection_inc.glsl
screen_space_reflection_scale.glsl
specular_merge.glsl
ss_effects_downsample.glsl
ssao.glsl Increase SSAO and SSIL bias to account for variance in mipmap generation 2023-02-21 10:25:33 -08:00
ssao_blur.glsl
ssao_importance_map.glsl
ssao_interleave.glsl
ssil.glsl Increase SSAO and SSIL bias to account for variance in mipmap generation 2023-02-21 10:25:33 -08:00
ssil_blur.glsl
ssil_importance_map.glsl
ssil_interleave.glsl
subsurface_scattering.glsl
taa_resolve.glsl
tonemap.glsl
vrs.glsl