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

#include <DNA_shader_fx_types.h>

Public Attributes

ShaderFxData shaderfx
 
int size [3]
 
int flag
 
float rgba [4]
 
ShaderFxData_Runtime runtime
 

Detailed Description

Definition at line 156 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ flag

int PixelShaderFxData::flag

Flags.

Definition at line 161 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_pixelize().

◆ rgba

float PixelShaderFxData::rgba[4]

Definition at line 162 of file DNA_shader_fx_types.h.

Referenced by blo_do_versions_280(), and initData().

◆ runtime

ShaderFxData_Runtime PixelShaderFxData::runtime

Definition at line 163 of file DNA_shader_fx_types.h.

◆ shaderfx

ShaderFxData PixelShaderFxData::shaderfx

Definition at line 157 of file DNA_shader_fx_types.h.

◆ size

int PixelShaderFxData::size[3]

Last element used for shader only.

Definition at line 159 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_pixelize(), and initData().


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