Blender  V3.3
Public Attributes | List of all members
GPENCIL_ViewLayerData Struct Reference

#include <gpencil_engine.h>

Public Attributes

struct BLI_memblockgp_object_pool
 
struct BLI_memblockgp_layer_pool
 
struct BLI_memblockgp_vfx_pool
 
struct BLI_memblockgp_material_pool
 
struct BLI_memblockgp_light_pool
 
struct BLI_memblockgp_maskbit_pool
 

Detailed Description

Definition at line 69 of file gpencil_engine.h.

Member Data Documentation

◆ gp_layer_pool

struct BLI_memblock* GPENCIL_ViewLayerData::gp_layer_pool

Definition at line 73 of file gpencil_engine.h.

Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().

◆ gp_light_pool

struct BLI_memblock* GPENCIL_ViewLayerData::gp_light_pool

Definition at line 79 of file gpencil_engine.h.

Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().

◆ gp_maskbit_pool

struct BLI_memblock* GPENCIL_ViewLayerData::gp_maskbit_pool

Definition at line 81 of file gpencil_engine.h.

Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().

◆ gp_material_pool

struct BLI_memblock* GPENCIL_ViewLayerData::gp_material_pool

Definition at line 77 of file gpencil_engine.h.

Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().

◆ gp_object_pool

struct BLI_memblock* GPENCIL_ViewLayerData::gp_object_pool

Definition at line 71 of file gpencil_engine.h.

Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().

◆ gp_vfx_pool

struct BLI_memblock* GPENCIL_ViewLayerData::gp_vfx_pool

Definition at line 75 of file gpencil_engine.h.

Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().


The documentation for this struct was generated from the following file: