Blender V5.0
blender::draw::gpencil::tVfx Struct Reference

#include <gpencil_engine_private.hh>

Public Attributes

struct tVfxnext = nullptr
std::unique_ptr< PassSimplevfx_ps = std::make_unique<PassSimple>("vfx")
gpu::FrameBuffer ** target_fb = nullptr

Detailed Description

Definition at line 70 of file gpencil_engine_private.hh.

Member Data Documentation

◆ next

struct tVfx* blender::draw::gpencil::tVfx::next = nullptr

Single linked-list.

Definition at line 72 of file gpencil_engine_private.hh.

◆ target_fb

gpu::FrameBuffer** blender::draw::gpencil::tVfx::target_fb = nullptr

Definition at line 75 of file gpencil_engine_private.hh.

◆ vfx_ps

std::unique_ptr<PassSimple> blender::draw::gpencil::tVfx::vfx_ps = std::make_unique<PassSimple>("vfx")

Definition at line 73 of file gpencil_engine_private.hh.


The documentation for this struct was generated from the following file: