Blender V5.0
FX_shader_types.h File Reference
#include "BKE_shader_fx.h"

Go to the source code of this file.

Functions

void shaderfx_type_init (ShaderFxTypeInfo *types[])

Variables

ShaderFxTypeInfo shaderfx_Type_None
ShaderFxTypeInfo shaderfx_Type_Blur
ShaderFxTypeInfo shaderfx_Type_Colorize
ShaderFxTypeInfo shaderfx_Type_Flip
ShaderFxTypeInfo shaderfx_Type_Glow
ShaderFxTypeInfo shaderfx_Type_Pixel
ShaderFxTypeInfo shaderfx_Type_Rim
ShaderFxTypeInfo shaderfx_Type_Shadow
ShaderFxTypeInfo shaderfx_Type_Swirl
ShaderFxTypeInfo shaderfx_Type_Wave

Function Documentation

◆ shaderfx_type_init()

void shaderfx_type_init ( ShaderFxTypeInfo * types[])

Definition at line 13 of file FX_shader_util.cc.

References INIT_FX_TYPE, Pixel, and types.

Referenced by BKE_shaderfx_init().

Variable Documentation

◆ shaderfx_Type_Blur

ShaderFxTypeInfo shaderfx_Type_Blur
extern

Definition at line 64 of file FX_shader_blur.cc.

◆ shaderfx_Type_Colorize

ShaderFxTypeInfo shaderfx_Type_Colorize
extern

Definition at line 81 of file FX_shader_colorize.cc.

◆ shaderfx_Type_Flip

ShaderFxTypeInfo shaderfx_Type_Flip
extern

Definition at line 57 of file FX_shader_flip.cc.

◆ shaderfx_Type_Glow

ShaderFxTypeInfo shaderfx_Type_Glow
extern

Definition at line 89 of file FX_shader_glow.cc.

◆ shaderfx_Type_None

ShaderFxTypeInfo shaderfx_Type_None
extern

◆ shaderfx_Type_Pixel

ShaderFxTypeInfo shaderfx_Type_Pixel
extern

Definition at line 63 of file FX_shader_pixel.cc.

◆ shaderfx_Type_Rim

ShaderFxTypeInfo shaderfx_Type_Rim
extern

Definition at line 99 of file FX_shader_rim.cc.

◆ shaderfx_Type_Shadow

ShaderFxTypeInfo shaderfx_Type_Shadow
extern

Definition at line 164 of file FX_shader_shadow.cc.

◆ shaderfx_Type_Swirl

ShaderFxTypeInfo shaderfx_Type_Swirl
extern

Definition at line 86 of file FX_shader_swirl.cc.

◆ shaderfx_Type_Wave

ShaderFxTypeInfo shaderfx_Type_Wave
extern

Definition at line 59 of file FX_shader_wave.cc.