Blender V4.3
gpu_shader_2D_image_shuffle_color_info.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11GPU_SHADER_CREATE_INFO(gpu_shader_2D_image_shuffle_color)
12 .additional_info("gpu_shader_2D_image_common")
13 .push_constant(Type::VEC4, "color")
14 .push_constant(Type::VEC4, "shuffle")
15 .fragment_source("gpu_shader_image_shuffle_color_frag.glsl")
16 .do_static_compilation(true);
#define GPU_SHADER_CREATE_INFO(_info)