Blender
V3.3
|
#include <gpencil_engine.h>
Public Attributes | |
void * | engine_type |
struct GPENCIL_FramebufferList * | fbl |
struct GPENCIL_TextureList * | txl |
struct GPENCIL_PassList * | psl |
struct GPENCIL_StorageList * | stl |
Definition at line 182 of file gpencil_engine.h.
void* GPENCIL_Data::engine_type |
Definition at line 183 of file gpencil_engine.h.
struct GPENCIL_FramebufferList* GPENCIL_Data::fbl |
Definition at line 184 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_draw(), GPENCIL_antialiasing_init(), GPENCIL_cache_finish(), GPENCIL_cache_init(), gpencil_draw_mask(), GPENCIL_draw_object(), GPENCIL_draw_scene(), GPENCIL_engine_init(), GPENCIL_fast_draw_end(), GPENCIL_fast_draw_start(), GPENCIL_render_init(), GPENCIL_render_result_combined(), GPENCIL_render_result_z(), and gpencil_vfx_cache_populate().
struct GPENCIL_PassList* GPENCIL_Data::psl |
Definition at line 186 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_draw(), GPENCIL_antialiasing_init(), GPENCIL_cache_init(), gpencil_draw_mask(), and GPENCIL_draw_object().
struct GPENCIL_StorageList* GPENCIL_Data::stl |
Definition at line 187 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_draw(), GPENCIL_antialiasing_init(), GPENCIL_cache_finish(), GPENCIL_cache_init(), GPENCIL_cache_populate(), GPENCIL_draw_object(), GPENCIL_draw_scene(), GPENCIL_draw_scene_depth_only(), GPENCIL_engine_init(), GPENCIL_fast_draw_end(), GPENCIL_fast_draw_start(), GPENCIL_render_to_image(), and gpencil_vfx_cache_populate().
struct GPENCIL_TextureList* GPENCIL_Data::txl |
Definition at line 185 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_init(), GPENCIL_cache_init(), GPENCIL_cache_populate(), GPENCIL_engine_init(), GPENCIL_render_init(), and gpencil_sbuffer_cache_populate_fast().