|
Blender
V2.93
|
Public Member Functions | |
| ~OCIO_GPUShader () | |
Public Attributes | |
| struct GPUShader * | shader = nullptr |
| int | scale_loc = 0 |
| int | exponent_loc = 0 |
| int | dither_loc = 0 |
| int | overlay_loc = 0 |
| int | predivide_loc = 0 |
| int | ubo_bind = 0 |
Definition at line 94 of file ocio_impl_glsl.cc.
|
inline |
Definition at line 107 of file ocio_impl_glsl.cc.
References GPU_shader_free(), and shader().
| int OCIO_GPUShader::dither_loc = 0 |
Definition at line 101 of file ocio_impl_glsl.cc.
| int OCIO_GPUShader::exponent_loc = 0 |
Definition at line 100 of file ocio_impl_glsl.cc.
| int OCIO_GPUShader::overlay_loc = 0 |
Definition at line 102 of file ocio_impl_glsl.cc.
| int OCIO_GPUShader::predivide_loc = 0 |
Definition at line 103 of file ocio_impl_glsl.cc.
| int OCIO_GPUShader::scale_loc = 0 |
Uniform locations.
Definition at line 99 of file ocio_impl_glsl.cc.
| struct GPUShader* OCIO_GPUShader::shader = nullptr |
Definition at line 96 of file ocio_impl_glsl.cc.
| int OCIO_GPUShader::ubo_bind = 0 |
Definition at line 104 of file ocio_impl_glsl.cc.