Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_manager_data.c
| Context not available. | |||||
| return shgroup->next; | return shgroup->next; | ||||
| } | } | ||||
| /* This is a workaround function waiting for the clearing operation to be available inside the | |||||
| * shgroups. */ | |||||
| uint DRW_shgroup_stencil_mask_get(DRWShadingGroup *shgroup) | |||||
| { | |||||
| return shgroup->stencil_mask; | |||||
| } | |||||
| DRWShadingGroup *DRW_shgroup_create_sub(DRWShadingGroup *shgroup) | DRWShadingGroup *DRW_shgroup_create_sub(DRWShadingGroup *shgroup) | ||||
| { | { | ||||
| DRWShadingGroup *shgroup_new = BLI_memblock_alloc(DST.vmempool->shgroups); | DRWShadingGroup *shgroup_new = BLI_memblock_alloc(DST.vmempool->shgroups); | ||||
| Context not available. | |||||