|
Blender V4.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 173 of file gpencil_engine.h.
| struct GPUTexture* GPENCIL_TextureList::dummy_texture |
Definition at line 175 of file gpencil_engine.h.
Referenced by GPENCIL_engine_init(), and grease_pencil_object_cache_populate().
| struct GPUTexture* GPENCIL_TextureList::render_color_tx |
Definition at line 185 of file gpencil_engine.h.
Referenced by GPENCIL_render_init().
| struct GPUTexture* GPENCIL_TextureList::render_depth_tx |
Definition at line 184 of file gpencil_engine.h.
Referenced by GPENCIL_engine_init(), and GPENCIL_render_init().
| struct GPUTexture* GPENCIL_TextureList::smaa_area_tx |
Definition at line 181 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_init().
| struct GPUTexture* GPENCIL_TextureList::smaa_search_tx |
Definition at line 182 of file gpencil_engine.h.
Referenced by GPENCIL_antialiasing_init().
| struct GPUTexture* GPENCIL_TextureList::snapshot_color_tx |
Definition at line 178 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().
| struct GPUTexture* GPENCIL_TextureList::snapshot_depth_tx |
Definition at line 177 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().
| struct GPUTexture* GPENCIL_TextureList::snapshot_reveal_tx |
Definition at line 179 of file gpencil_engine.h.
Referenced by GPENCIL_cache_init().