Cleanup: Remove unused eevee function

This commit is contained in:
2025-12-29 20:41:01 -06:00
parent bce25cfc1c
commit da56c9dce4
2 changed files with 0 additions and 7 deletions
@@ -1196,7 +1196,6 @@ void EEVEE_random_rotation_m4(int sample_ofs, float scale, float r_mat[4][4]);
/* `eevee_shaders.cc` */
void EEVEE_shaders_material_shaders_init();
DRWShaderLibrary *EEVEE_shader_lib_get();
GPUShader *EEVEE_shaders_bloom_blit_get(bool high_quality);
GPUShader *EEVEE_shaders_bloom_downsample_get(bool high_quality);
GPUShader *EEVEE_shaders_bloom_upsample_get(bool high_quality);
@@ -265,12 +265,6 @@ void EEVEE_shaders_material_shaders_init()
eevee_shader_library_ensure();
}
DRWShaderLibrary *EEVEE_shader_lib_get()
{
eevee_shader_library_ensure();
return e_data.lib;
}
GPUShader *EEVEE_shaders_probe_filter_glossy_sh_get()
{
if (e_data.probe_filter_glossy_sh == nullptr) {