Blender  V2.93
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 35 of file FX_shader_util.c.

References Blur, and INIT_FX_TYPE.

Referenced by BKE_shaderfx_init().

Variable Documentation

◆ shaderfx_Type_Blur

ShaderFxTypeInfo shaderfx_Type_Blur
extern

Definition at line 82 of file FX_shader_blur.c.

◆ shaderfx_Type_Colorize

ShaderFxTypeInfo shaderfx_Type_Colorize
extern

Definition at line 89 of file FX_shader_colorize.c.

◆ shaderfx_Type_Flip

ShaderFxTypeInfo shaderfx_Type_Flip
extern

Definition at line 79 of file FX_shader_flip.c.

◆ shaderfx_Type_Glow

ShaderFxTypeInfo shaderfx_Type_Glow
extern

Definition at line 99 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 80 of file FX_shader_pixel.c.

◆ shaderfx_Type_Rim

ShaderFxTypeInfo shaderfx_Type_Rim
extern

Definition at line 107 of file FX_shader_rim.c.

◆ shaderfx_Type_Shadow

ShaderFxTypeInfo shaderfx_Type_Shadow
extern

Definition at line 177 of file FX_shader_shadow.c.

◆ shaderfx_Type_Swirl

ShaderFxTypeInfo shaderfx_Type_Swirl
extern

Definition at line 106 of file FX_shader_swirl.c.

◆ shaderfx_Type_Wave

ShaderFxTypeInfo shaderfx_Type_Wave
extern

Definition at line 79 of file FX_shader_wave.c.