|
Blender V4.3
|
#include <gpencil_engine.h>
Public Attributes | |
| struct GPENCIL_tVfx * | next |
| DRWPass * | vfx_ps |
| GPUFrameBuffer ** | target_fb |
Definition at line 90 of file gpencil_engine.h.
| struct GPENCIL_tVfx* GPENCIL_tVfx::next |
Single linked-list.
Definition at line 92 of file gpencil_engine.h.
| GPUFrameBuffer** GPENCIL_tVfx::target_fb |
Definition at line 95 of file gpencil_engine.h.
Referenced by gpencil_vfx_pass_create().
| DRWPass* GPENCIL_tVfx::vfx_ps |
Definition at line 93 of file gpencil_engine.h.
Referenced by gpencil_vfx_pass_create().