Blender
V3.3
|
#include <workbench_private.h>
Public Attributes | |
void * | engine_type |
WORKBENCH_FramebufferList * | fbl |
WORKBENCH_TextureList * | txl |
WORKBENCH_PassList * | psl |
WORKBENCH_StorageList * | stl |
Definition at line 158 of file workbench_private.h.
void* WORKBENCH_Data::engine_type |
Definition at line 159 of file workbench_private.h.
WORKBENCH_FramebufferList* WORKBENCH_Data::fbl |
Definition at line 160 of file workbench_private.h.
Referenced by workbench_antialiasing_draw_pass(), workbench_antialiasing_engine_init(), workbench_cache_finish(), workbench_dof_draw_pass(), workbench_dof_engine_init(), and workbench_draw_sample().
WORKBENCH_PassList* WORKBENCH_Data::psl |
Definition at line 162 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), workbench_antialiasing_draw_pass(), workbench_dof_cache_init(), workbench_dof_draw_pass(), workbench_draw_sample(), workbench_opaque_cache_init(), workbench_transparent_cache_init(), workbench_volume_cache_init(), workbench_volume_draw_pass(), workbench_volume_modifier_cache_populate(), and workbench_volume_object_cache_populate().
WORKBENCH_StorageList* WORKBENCH_Data::stl |
Definition at line 163 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), workbench_antialiasing_draw_pass(), workbench_antialiasing_engine_init(), workbench_antialiasing_setup(), workbench_antialiasing_view_updated(), workbench_cache_finish(), workbench_cache_populate(), workbench_dof_cache_init(), workbench_dof_draw_pass(), workbench_dof_engine_init(), workbench_draw_sample(), workbench_draw_scene(), workbench_engine_init(), workbench_in_front_history_needed(), workbench_opaque_cache_init(), workbench_transparent_cache_init(), workbench_volume_cache_init(), workbench_volume_draw_pass(), workbench_volume_modifier_cache_populate(), and workbench_volume_object_cache_populate().
WORKBENCH_TextureList* WORKBENCH_Data::txl |
Definition at line 161 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), workbench_antialiasing_draw_pass(), workbench_antialiasing_engine_init(), workbench_dof_cache_init(), workbench_dof_engine_init(), workbench_engine_init(), workbench_volume_engine_init(), workbench_volume_modifier_cache_populate(), and workbench_volume_object_cache_populate().