Blender V4.3
gpu_srgb_to_framebuffer_space_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_srgb_to_framebuffer_space)
12 .push_constant(Type::BOOL, "srgbTarget")
13 .define("blender_srgb_to_framebuffer_space(a) a");
#define GPU_SHADER_CREATE_INFO(_info)