Blender
V3.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 47 of file gpencil_shader_fx.c.
GPENCIL_PrivateData* gpIterVfxData::pd |
Definition at line 48 of file gpencil_shader_fx.c.
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 53 of file gpencil_shader_fx.c.
Referenced by gpencil_vfx_pass_create().
GPUFrameBuffer** gpIterVfxData::source_fb |
Definition at line 51 of file gpencil_shader_fx.c.
Referenced by gpencil_vfx_pass_create().
GPUTexture** gpIterVfxData::source_reveal_tx |
Definition at line 55 of file gpencil_shader_fx.c.
Referenced by gpencil_vfx_pass_create().
GPUTexture** gpIterVfxData::target_color_tx |
Definition at line 52 of file gpencil_shader_fx.c.
Referenced by gpencil_vfx_pass_create().
GPUFrameBuffer** gpIterVfxData::target_fb |
Definition at line 50 of file gpencil_shader_fx.c.
Referenced by gpencil_vfx_pass_create().
GPUTexture** gpIterVfxData::target_reveal_tx |
Definition at line 54 of file gpencil_shader_fx.c.
Referenced by gpencil_vfx_pass_create().
GPENCIL_tObject* gpIterVfxData::tgp_ob |
Definition at line 49 of file gpencil_shader_fx.c.
Referenced by gpencil_vfx_pass_create().