|
Blender
V2.93
|
Public Member Functions | |
| ~OCIO_GPUCurveMappping () | |
Public Attributes | |
| GPUUniformBuf * | buffer = nullptr |
| GPUTexture * | texture = nullptr |
| size_t | cache_id = 0 |
Definition at line 147 of file ocio_impl_glsl.cc.
|
inline |
Definition at line 156 of file ocio_impl_glsl.cc.
References buffer, GPU_texture_free(), and GPU_uniformbuf_free().
| GPUUniformBuf* OCIO_GPUCurveMappping::buffer = nullptr |
GPU Uniform Buffer handle. 0 if not allocated.
Definition at line 149 of file ocio_impl_glsl.cc.
Referenced by createGPUCurveMapping(), and updateGPUCurveMapping().
| size_t OCIO_GPUCurveMappping::cache_id = 0 |
Definition at line 153 of file ocio_impl_glsl.cc.
Referenced by updateGPUCurveMapping().
| GPUTexture* OCIO_GPUCurveMappping::texture = nullptr |
OpenGL Texture handles. 0 if not allocated.
Definition at line 151 of file ocio_impl_glsl.cc.
Referenced by createGPUCurveMapping(), and updateGPUCurveMapping().