Blender V5.0
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
8
9#pragma once
10
11#include "BKE_shader_fx.h"
12
13/* ****************** Type structures for all effects ****************** */
14
25
26/* FX_shaderfx_util.c */
27
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[])
static char ** types
Definition makesdna.cc:71