|
Blender
V2.93
|
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 167 of file ocio_impl_glsl.cc.
| OCIO_GPUCurveMappping OCIO_GPUDisplayShader::curvemap |
Definition at line 170 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| std::string OCIO_GPUDisplayShader::display |
Definition at line 175 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| std::string OCIO_GPUDisplayShader::input |
Definition at line 173 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| std::string OCIO_GPUDisplayShader::look |
Definition at line 176 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| OCIO_GPUShader OCIO_GPUDisplayShader::shader |
Definition at line 168 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| OCIO_GPUTextures OCIO_GPUDisplayShader::textures |
Definition at line 169 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| bool OCIO_GPUDisplayShader::use_curve_mapping = false |
Definition at line 177 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| bool OCIO_GPUDisplayShader::valid = false |
Error checking.
Definition at line 180 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().
| std::string OCIO_GPUDisplayShader::view |
Definition at line 174 of file ocio_impl_glsl.cc.
Referenced by getGPUDisplayShader().