|
Blender
V2.93
|
#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 115 of file workbench_private.h.
| struct GPUTexture* WORKBENCH_TextureList::coc_halfres_tx |
Definition at line 117 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 120 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 119 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 116 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 126 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 123 of file workbench_private.h.
Referenced by workbench_engine_init().
| struct GPUTexture* WORKBENCH_TextureList::dummy_shadow_tx |
Definition at line 125 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 124 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 118 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 122 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 121 of file workbench_private.h.
Referenced by workbench_antialiasing_cache_init(), and workbench_antialiasing_engine_init().