Merge branch 'blender-v4.0-release'

This commit is contained in:
Miguel Pozo 2023-10-09 12:13:18 +02:00
commit 744bdb84f7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class ShaderCache {
GPUShader *prepass_shader_cache_[pipeline_type_len][geometry_type_len][shader_type_len]
[lighting_type_len][2 /*clip*/] = {{{{{nullptr}}}}};
GPUShader *resolve_shader_cache_[pipeline_type_len][lighting_type_len][2 /*cavity*/]
[2 /*curvature*/][2 /*shadow*/] = {{{{nullptr}}}};
[2 /*curvature*/][2 /*shadow*/] = {{{{{nullptr}}}}};
};
struct Material {