Blender V4.3
ocio_shader_shared.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
5#ifndef GPU_SHADER
7#endif
8
10 /* Curve mapping parameters
11 *
12 * See documentation for OCIO_CurveMappingSettings to get fields descriptions.
13 * (this ones pretty much copies stuff from C structure.)
14 */
15 float4 mintable;
16 float4 range;
17 float4 ext_in_x;
18 float4 ext_in_y;
19 float4 ext_out_x;
20 float4 ext_out_y;
21 float4 first_x;
22 float4 first_y;
23 float4 last_x;
24 float4 last_y;
25 float4 black;
26 float4 bwmul;
29 int _pad0;
30 int _pad1;
31};
32
int32_t bool32_t