Blender
V3.3
|
#include <gpencil_engine.h>
Public Attributes | |
struct GPUTexture * | dummy_texture |
struct GPUTexture * | snapshot_depth_tx |
struct GPUTexture * | snapshot_color_tx |
struct GPUTexture * | snapshot_reveal_tx |
struct GPUTexture * | smaa_area_tx |
struct GPUTexture * | smaa_search_tx |
struct GPUTexture * | render_depth_tx |
struct GPUTexture * | render_color_tx |
Definition at line 167 of file gpencil_engine.h.
struct GPUTexture* GPENCIL_TextureList::dummy_texture |
Definition at line 169 of file gpencil_engine.h.
Referenced by GPENCIL_cache_populate(), GPENCIL_engine_init(), and gpencil_sbuffer_cache_populate_fast().
struct GPUTexture* GPENCIL_TextureList::render_color_tx |
Definition at line 179 of file gpencil_engine.h.
Referenced by GPENCIL_render_init().
struct GPUTexture* GPENCIL_TextureList::render_depth_tx |
Definition at line 178 of file gpencil_engine.h.
Referenced by GPENCIL_cache_populate(), GPENCIL_engine_init(), and GPENCIL_render_init().
struct GPUTexture* GPENCIL_TextureList::smaa_area_tx |
Definition at line 175 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_init().
struct GPUTexture* GPENCIL_TextureList::smaa_search_tx |
Definition at line 176 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_init().
struct GPUTexture* GPENCIL_TextureList::snapshot_color_tx |
Definition at line 172 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().
struct GPUTexture* GPENCIL_TextureList::snapshot_depth_tx |
Definition at line 171 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().
struct GPUTexture* GPENCIL_TextureList::snapshot_reveal_tx |
Definition at line 173 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().