Blender
V3.3
|
#include <ocio_shader_shared.hh>
Public Attributes | |
float4 | mintable |
float4 | range |
float4 | ext_in_x |
float4 | ext_in_y |
float4 | ext_out_x |
float4 | ext_out_y |
float4 | first_x |
float4 | first_y |
float4 | last_x |
float4 | last_y |
float4 | black |
float4 | bwmul |
int | lut_size |
int | use_extend_extrapolate |
int | _pad0 |
int | _pad1 |
Definition at line 8 of file ocio_shader_shared.hh.
int OCIO_GPUCurveMappingParameters::_pad0 |
Definition at line 28 of file ocio_shader_shared.hh.
int OCIO_GPUCurveMappingParameters::_pad1 |
Definition at line 29 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::black |
Definition at line 24 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::bwmul |
Definition at line 25 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::ext_in_x |
Definition at line 16 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::ext_in_y |
Definition at line 17 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::ext_out_x |
Definition at line 18 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::ext_out_y |
Definition at line 19 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::first_x |
Definition at line 20 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::first_y |
Definition at line 21 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::last_x |
Definition at line 22 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::last_y |
Definition at line 23 of file ocio_shader_shared.hh.
int OCIO_GPUCurveMappingParameters::lut_size |
Definition at line 26 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::mintable |
Definition at line 14 of file ocio_shader_shared.hh.
float4 OCIO_GPUCurveMappingParameters::range |
Definition at line 15 of file ocio_shader_shared.hh.
int OCIO_GPUCurveMappingParameters::use_extend_extrapolate |
Definition at line 27 of file ocio_shader_shared.hh.