|
Blender V4.3
|
Public Member Functions | |
| ~OCIO_GPUTextures () | |
Public Attributes | |
| std::vector< OCIO_GPULutTexture > | luts |
| GPUTexture * | dummy = nullptr |
| std::vector< OCIO_GPUUniform > | uniforms |
| GPUUniformBuf * | uniforms_buffer = nullptr |
Definition at line 86 of file ocio_impl_glsl.cc.
|
inline |
Definition at line 98 of file ocio_impl_glsl.cc.
References dummy, GPU_texture_free(), GPU_uniformbuf_free(), luts, and uniforms_buffer.
| GPUTexture* OCIO_GPUTextures::dummy = nullptr |
Definition at line 91 of file ocio_impl_glsl.cc.
Referenced by createGPUTextures(), and ~OCIO_GPUTextures().
| std::vector<OCIO_GPULutTexture> OCIO_GPUTextures::luts |
LUT Textures
Definition at line 88 of file ocio_impl_glsl.cc.
Referenced by addGPULut1D2D(), addGPULut3D(), createGPUShader(), createGPUTextures(), and ~OCIO_GPUTextures().
| std::vector<OCIO_GPUUniform> OCIO_GPUTextures::uniforms |
Definition at line 94 of file ocio_impl_glsl.cc.
Referenced by addGPUUniform(), createGPUShader(), and createGPUTextures().
| GPUUniformBuf* OCIO_GPUTextures::uniforms_buffer = nullptr |
Definition at line 95 of file ocio_impl_glsl.cc.
Referenced by createGPUShader(), and ~OCIO_GPUTextures().