Blender V4.3
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 20 of file FX_shader_util.cc.

References INIT_FX_TYPE.

Referenced by BKE_shaderfx_init().

Variable Documentation

◆ shaderfx_Type_Blur

ShaderFxTypeInfo shaderfx_Type_Blur
extern

Definition at line 67 of file FX_shader_blur.cc.

◆ shaderfx_Type_Colorize

ShaderFxTypeInfo shaderfx_Type_Colorize
extern

Definition at line 74 of file FX_shader_colorize.cc.

◆ shaderfx_Type_Flip

ShaderFxTypeInfo shaderfx_Type_Flip
extern

Definition at line 64 of file FX_shader_flip.cc.

◆ shaderfx_Type_Glow

ShaderFxTypeInfo shaderfx_Type_Glow
extern

Definition at line 85 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 65 of file FX_shader_pixel.cc.

◆ shaderfx_Type_Rim

ShaderFxTypeInfo shaderfx_Type_Rim
extern

Definition at line 92 of file FX_shader_rim.cc.

◆ shaderfx_Type_Shadow

ShaderFxTypeInfo shaderfx_Type_Shadow
extern

Definition at line 162 of file FX_shader_shadow.cc.

◆ shaderfx_Type_Swirl

ShaderFxTypeInfo shaderfx_Type_Swirl
extern

Definition at line 93 of file FX_shader_swirl.cc.

◆ shaderfx_Type_Wave

ShaderFxTypeInfo shaderfx_Type_Wave
extern

Definition at line 66 of file FX_shader_wave.cc.