Blender V4.3
FX_shader_types.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "BKE_shader_fx.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17/* ****************** Type structures for all effects ****************** */
18
29
30/* FX_shaderfx_util.c */
31
33
34#ifdef __cplusplus
35}
36#endif
ShaderFxTypeInfo shaderfx_Type_Colorize
ShaderFxTypeInfo shaderfx_Type_Shadow
ShaderFxTypeInfo shaderfx_Type_Flip
ShaderFxTypeInfo shaderfx_Type_Rim
ShaderFxTypeInfo shaderfx_Type_Pixel
ShaderFxTypeInfo shaderfx_Type_None
ShaderFxTypeInfo shaderfx_Type_Swirl
ShaderFxTypeInfo shaderfx_Type_Blur
ShaderFxTypeInfo shaderfx_Type_Glow
ShaderFxTypeInfo shaderfx_Type_Wave
void shaderfx_type_init(ShaderFxTypeInfo *types[])