Blender  V3.3
Public Member Functions | Public Attributes | List of all members
OCIO_GPUCurveMappping Struct Reference

Public Member Functions

 ~OCIO_GPUCurveMappping ()
 

Public Attributes

GPUUniformBufbuffer = nullptr
 
GPUTexturetexture = nullptr
 
size_t cache_id = 0
 

Detailed Description

Definition at line 104 of file ocio_impl_glsl.cc.

Constructor & Destructor Documentation

◆ ~OCIO_GPUCurveMappping()

OCIO_GPUCurveMappping::~OCIO_GPUCurveMappping ( )
inline

Definition at line 113 of file ocio_impl_glsl.cc.

References buffer, GPU_texture_free(), and GPU_uniformbuf_free().

Member Data Documentation

◆ buffer

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().

◆ cache_id

size_t OCIO_GPUCurveMappping::cache_id = 0

Definition at line 110 of file ocio_impl_glsl.cc.

Referenced by updateGPUCurveMapping().

◆ texture

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().


The documentation for this struct was generated from the following file: