|
Blender
V3.3
|
Public Attributes | |
| OCIO_GPUShader | shader |
| OCIO_GPUTextures | textures |
| OCIO_GPUCurveMappping | curvemap |
| std::string | input |
| std::string | view |
| std::string | display |
| std::string | look |
| bool | use_curve_mapping = false |
| bool | valid = false |
Definition at line 124 of file ocio_impl_glsl.cc.
| OCIO_GPUCurveMappping OCIO_GPUDisplayShader::curvemap |
Definition at line 127 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| std::string OCIO_GPUDisplayShader::display |
Definition at line 132 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| std::string OCIO_GPUDisplayShader::input |
Definition at line 130 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| std::string OCIO_GPUDisplayShader::look |
Definition at line 133 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| OCIO_GPUShader OCIO_GPUDisplayShader::shader |
Definition at line 125 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| OCIO_GPUTextures OCIO_GPUDisplayShader::textures |
Definition at line 126 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| bool OCIO_GPUDisplayShader::use_curve_mapping = false |
Definition at line 134 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| bool OCIO_GPUDisplayShader::valid = false |
Error checking.
Definition at line 137 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| std::string OCIO_GPUDisplayShader::view |
Definition at line 131 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().