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