Blender  V3.3
Functions | Variables
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 19 of file FX_shader_util.c.

References INIT_FX_TYPE.

Referenced by BKE_shaderfx_init().

Variable Documentation

◆ shaderfx_Type_Blur

ShaderFxTypeInfo shaderfx_Type_Blur
extern

Definition at line 66 of file FX_shader_blur.c.

◆ shaderfx_Type_Colorize

ShaderFxTypeInfo shaderfx_Type_Colorize
extern

Definition at line 73 of file FX_shader_colorize.c.

◆ shaderfx_Type_Flip

ShaderFxTypeInfo shaderfx_Type_Flip
extern

Definition at line 63 of file FX_shader_flip.c.

◆ shaderfx_Type_Glow

ShaderFxTypeInfo shaderfx_Type_Glow
extern

Definition at line 84 of file FX_shader_glow.c.

◆ shaderfx_Type_None

ShaderFxTypeInfo shaderfx_Type_None
extern

◆ shaderfx_Type_Pixel

ShaderFxTypeInfo shaderfx_Type_Pixel
extern

Definition at line 64 of file FX_shader_pixel.c.

◆ shaderfx_Type_Rim

ShaderFxTypeInfo shaderfx_Type_Rim
extern

Definition at line 91 of file FX_shader_rim.c.

◆ shaderfx_Type_Shadow

ShaderFxTypeInfo shaderfx_Type_Shadow
extern

Definition at line 161 of file FX_shader_shadow.c.

◆ shaderfx_Type_Swirl

ShaderFxTypeInfo shaderfx_Type_Swirl
extern

Definition at line 92 of file FX_shader_swirl.c.

◆ shaderfx_Type_Wave

ShaderFxTypeInfo shaderfx_Type_Wave
extern

Definition at line 65 of file FX_shader_wave.c.