Blender  V3.3
Public Attributes | List of all members
gpIterVfxData Struct Reference

Public Attributes

GPENCIL_PrivateDatapd
 
GPENCIL_tObjecttgp_ob
 
GPUFrameBuffer ** target_fb
 
GPUFrameBuffer ** source_fb
 
GPUTexture ** target_color_tx
 
GPUTexture ** source_color_tx
 
GPUTexture ** target_reveal_tx
 
GPUTexture ** source_reveal_tx
 

Detailed Description

Definition at line 47 of file gpencil_shader_fx.c.

Member Data Documentation

◆ pd

GPENCIL_PrivateData* gpIterVfxData::pd

◆ source_color_tx

GPUTexture** gpIterVfxData::source_color_tx

Definition at line 53 of file gpencil_shader_fx.c.

Referenced by gpencil_vfx_pass_create().

◆ source_fb

GPUFrameBuffer** gpIterVfxData::source_fb

Definition at line 51 of file gpencil_shader_fx.c.

Referenced by gpencil_vfx_pass_create().

◆ source_reveal_tx

GPUTexture** gpIterVfxData::source_reveal_tx

Definition at line 55 of file gpencil_shader_fx.c.

Referenced by gpencil_vfx_pass_create().

◆ target_color_tx

GPUTexture** gpIterVfxData::target_color_tx

Definition at line 52 of file gpencil_shader_fx.c.

Referenced by gpencil_vfx_pass_create().

◆ target_fb

GPUFrameBuffer** gpIterVfxData::target_fb

Definition at line 50 of file gpencil_shader_fx.c.

Referenced by gpencil_vfx_pass_create().

◆ target_reveal_tx

GPUTexture** gpIterVfxData::target_reveal_tx

Definition at line 54 of file gpencil_shader_fx.c.

Referenced by gpencil_vfx_pass_create().

◆ tgp_ob

GPENCIL_tObject* gpIterVfxData::tgp_ob

Definition at line 49 of file gpencil_shader_fx.c.

Referenced by gpencil_vfx_pass_create().


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