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

#include <DNA_shader_fx_types.h>

Public Attributes

ShaderFxData shaderfx
 
float radius [2]
 
int flag
 
int samples
 
float rotation
 
char _pad [4]
 
ShaderFxData_Runtime runtime
 

Detailed Description

Definition at line 75 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char BlurShaderFxData::_pad[4]

Definition at line 84 of file DNA_shader_fx_types.h.

◆ flag

int BlurShaderFxData::flag

Flags.

Definition at line 79 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_blur().

◆ radius

float BlurShaderFxData::radius[2]

Definition at line 77 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_blur(), and initData().

◆ rotation

float BlurShaderFxData::rotation

Rotation of blur effect.

Definition at line 83 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_blur(), and initData().

◆ runtime

ShaderFxData_Runtime BlurShaderFxData::runtime

Definition at line 86 of file DNA_shader_fx_types.h.

◆ samples

int BlurShaderFxData::samples

Number of samples.

Definition at line 81 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_blur(), and initData().

◆ shaderfx

ShaderFxData BlurShaderFxData::shaderfx

Definition at line 76 of file DNA_shader_fx_types.h.


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