Blender
V3.3
|
Public Attributes | |
struct DRWShadingGroup * | depth_grp |
struct DRWShadingGroup * | shading_grp |
struct DRWShadingGroup * | shadow_grp |
struct GPUMaterial * | shading_gpumat |
struct DRWShadingGroup ** | depth_grp_p |
struct DRWShadingGroup ** | shading_grp_p |
struct DRWShadingGroup ** | shadow_grp_p |
Definition at line 44 of file eevee_materials.c.
struct DRWShadingGroup* EeveeMaterialCache::depth_grp |
Definition at line 45 of file eevee_materials.c.
Referenced by EEVEE_object_curves_cache_populate(), EEVEE_particle_hair_cache_populate(), material_opaque(), and material_transparent().
struct DRWShadingGroup** EeveeMaterialCache::depth_grp_p |
Definition at line 51 of file eevee_materials.c.
Referenced by EEVEE_object_curves_cache_populate(), EEVEE_particle_hair_cache_populate(), and material_opaque().
struct GPUMaterial* EeveeMaterialCache::shading_gpumat |
Definition at line 48 of file eevee_materials.c.
Referenced by EEVEE_materials_cache_populate(), EEVEE_object_curves_cache_populate(), EEVEE_particle_hair_cache_populate(), material_opaque(), and material_transparent().
struct DRWShadingGroup* EeveeMaterialCache::shading_grp |
Definition at line 46 of file eevee_materials.c.
Referenced by EEVEE_object_curves_cache_populate(), EEVEE_particle_hair_cache_populate(), material_opaque(), and material_transparent().
struct DRWShadingGroup** EeveeMaterialCache::shading_grp_p |
Definition at line 52 of file eevee_materials.c.
Referenced by EEVEE_object_curves_cache_populate(), EEVEE_particle_hair_cache_populate(), and material_opaque().
struct DRWShadingGroup* EeveeMaterialCache::shadow_grp |
Definition at line 47 of file eevee_materials.c.
Referenced by EEVEE_materials_cache_populate(), EEVEE_object_curves_cache_populate(), EEVEE_particle_hair_cache_populate(), and material_shadow().
struct DRWShadingGroup** EeveeMaterialCache::shadow_grp_p |
Definition at line 53 of file eevee_materials.c.
Referenced by EEVEE_object_curves_cache_populate(), EEVEE_particle_hair_cache_populate(), and material_shadow().