|
Blender V4.3
|
Public Attributes | |
| GPENCIL_PrivateData * | pd |
| GPENCIL_tObject * | tgp_ob |
| GPUFrameBuffer ** | target_fb |
| GPUFrameBuffer ** | source_fb |
| GPUTexture ** | target_color_tx |
| GPUTexture ** | source_color_tx |
| GPUTexture ** | target_reveal_tx |
| GPUTexture ** | source_reveal_tx |
Definition at line 44 of file gpencil_shader_fx.cc.
| GPENCIL_PrivateData* gpIterVfxData::pd |
Definition at line 45 of file gpencil_shader_fx.cc.
Referenced by gpencil_vfx_blur(), gpencil_vfx_cache_populate(), gpencil_vfx_glow(), and gpencil_vfx_pass_create().
| GPUTexture** gpIterVfxData::source_color_tx |
Definition at line 50 of file gpencil_shader_fx.cc.
Referenced by gpencil_vfx_cache_populate(), and gpencil_vfx_pass_create().
| GPUFrameBuffer** gpIterVfxData::source_fb |
Definition at line 48 of file gpencil_shader_fx.cc.
Referenced by gpencil_vfx_cache_populate(), and gpencil_vfx_pass_create().
| GPUTexture** gpIterVfxData::source_reveal_tx |
Definition at line 52 of file gpencil_shader_fx.cc.
Referenced by gpencil_vfx_cache_populate(), and gpencil_vfx_pass_create().
| GPUTexture** gpIterVfxData::target_color_tx |
Definition at line 49 of file gpencil_shader_fx.cc.
Referenced by gpencil_vfx_cache_populate(), and gpencil_vfx_pass_create().
| GPUFrameBuffer** gpIterVfxData::target_fb |
Definition at line 47 of file gpencil_shader_fx.cc.
Referenced by gpencil_vfx_cache_populate(), and gpencil_vfx_pass_create().
| GPUTexture** gpIterVfxData::target_reveal_tx |
Definition at line 51 of file gpencil_shader_fx.cc.
Referenced by gpencil_vfx_cache_populate(), and gpencil_vfx_pass_create().
| GPENCIL_tObject* gpIterVfxData::tgp_ob |
Definition at line 46 of file gpencil_shader_fx.cc.
Referenced by gpencil_vfx_cache_populate(), and gpencil_vfx_pass_create().