|
Blender
V3.3
|
#include <stdio.h>#include "MEM_guardedalloc.h"#include "BLI_utildefines.h"#include "BKE_shader_fx.h"#include "FX_shader_types.h"#include "FX_shader_util.h"Go to the source code of this file.
Macros | |
| #define | INIT_FX_TYPE(typeName) (types[eShaderFxType_##typeName] = &shaderfx_Type_##typeName) |
Functions | |
| void | shaderfx_type_init (ShaderFxTypeInfo *types[]) |
| 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().