|
Blender V4.3
|
Public Member Functions | |
| ~OCIO_GPUCurveMappping () | |
Public Attributes | |
| GPUUniformBuf * | buffer = nullptr |
| GPUTexture * | texture = nullptr |
| size_t | cache_id = 0 |
Definition at line 112 of file ocio_impl_glsl.cc.
|
inline |
Definition at line 121 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 114 of file ocio_impl_glsl.cc.
Referenced by createGPUCurveMapping(), updateGPUCurveMapping(), and ~OCIO_GPUCurveMappping().
| size_t OCIO_GPUCurveMappping::cache_id = 0 |
Definition at line 118 of file ocio_impl_glsl.cc.
Referenced by updateGPUCurveMapping().
| GPUTexture* OCIO_GPUCurveMappping::texture = nullptr |
OpenGL Texture handles. 0 if not allocated.
Definition at line 116 of file ocio_impl_glsl.cc.
Referenced by createGPUCurveMapping(), and updateGPUCurveMapping().