Blender
V3.3
|
#include <workbench_private.h>
Public Attributes | |
struct GPUTexture * | dof_source_tx |
struct GPUTexture * | coc_halfres_tx |
struct GPUTexture * | history_buffer_tx |
struct GPUTexture * | depth_buffer_tx |
struct GPUTexture * | depth_buffer_in_front_tx |
struct GPUTexture * | smaa_search_tx |
struct GPUTexture * | smaa_area_tx |
struct GPUTexture * | dummy_image_tx |
struct GPUTexture * | dummy_volume_tx |
struct GPUTexture * | dummy_shadow_tx |
struct GPUTexture * | dummy_coba_tx |
Definition at line 100 of file workbench_private.h.
struct GPUTexture* WORKBENCH_TextureList::coc_halfres_tx |
Definition at line 102 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_engine_init().
struct GPUTexture* WORKBENCH_TextureList::depth_buffer_in_front_tx |
Definition at line 105 of file workbench_private.h.
Referenced by workbench_antialiasing_draw_pass(), and workbench_antialiasing_engine_init().
struct GPUTexture* WORKBENCH_TextureList::depth_buffer_tx |
Definition at line 104 of file workbench_private.h.
Referenced by workbench_antialiasing_draw_pass(), and workbench_antialiasing_engine_init().
struct GPUTexture* WORKBENCH_TextureList::dof_source_tx |
Definition at line 101 of file workbench_private.h.
Referenced by workbench_dof_cache_init(), and workbench_dof_engine_init().
struct GPUTexture* WORKBENCH_TextureList::dummy_coba_tx |
Definition at line 111 of file workbench_private.h.
Referenced by workbench_volume_engine_init(), and workbench_volume_modifier_cache_populate().
struct GPUTexture* WORKBENCH_TextureList::dummy_image_tx |
Definition at line 108 of file workbench_private.h.
Referenced by workbench_engine_init().
struct GPUTexture* WORKBENCH_TextureList::dummy_shadow_tx |
Definition at line 110 of file workbench_private.h.
Referenced by workbench_volume_engine_init(), and workbench_volume_object_cache_populate().
struct GPUTexture* WORKBENCH_TextureList::dummy_volume_tx |
Definition at line 109 of file workbench_private.h.
Referenced by workbench_volume_engine_init(), and workbench_volume_modifier_cache_populate().
struct GPUTexture* WORKBENCH_TextureList::history_buffer_tx |
Definition at line 103 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_engine_init().
struct GPUTexture* WORKBENCH_TextureList::smaa_area_tx |
Definition at line 107 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_engine_init().
struct GPUTexture* WORKBENCH_TextureList::smaa_search_tx |
Definition at line 106 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_engine_init().