|
Blender
V2.93
|
#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 231 of file gpencil_engine.h.
| struct GPUTexture* GPENCIL_TextureList::dummy_texture |
Definition at line 233 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 243 of file gpencil_engine.h.
Referenced by GPENCIL_render_init().
| struct GPUTexture* GPENCIL_TextureList::render_depth_tx |
Definition at line 242 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 239 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_init().
| struct GPUTexture* GPENCIL_TextureList::smaa_search_tx |
Definition at line 240 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_init().
| struct GPUTexture* GPENCIL_TextureList::snapshot_color_tx |
Definition at line 236 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().
| struct GPUTexture* GPENCIL_TextureList::snapshot_depth_tx |
Definition at line 235 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().
| struct GPUTexture* GPENCIL_TextureList::snapshot_reveal_tx |
Definition at line 237 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().