Blender V4.3
OCIO_GPUTextures Struct Reference

Public Member Functions

 ~OCIO_GPUTextures ()
 

Public Attributes

std::vector< OCIO_GPULutTextureluts
 
GPUTexture * dummy = nullptr
 
std::vector< OCIO_GPUUniformuniforms
 
GPUUniformBuf * uniforms_buffer = nullptr
 

Detailed Description

Definition at line 86 of file ocio_impl_glsl.cc.

Constructor & Destructor Documentation

◆ ~OCIO_GPUTextures()

OCIO_GPUTextures::~OCIO_GPUTextures ( )
inline

Definition at line 98 of file ocio_impl_glsl.cc.

References dummy, GPU_texture_free(), GPU_uniformbuf_free(), luts, and uniforms_buffer.

Member Data Documentation

◆ dummy

GPUTexture* OCIO_GPUTextures::dummy = nullptr

Definition at line 91 of file ocio_impl_glsl.cc.

Referenced by createGPUTextures(), and ~OCIO_GPUTextures().

◆ luts

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

◆ uniforms

std::vector<OCIO_GPUUniform> OCIO_GPUTextures::uniforms

Definition at line 94 of file ocio_impl_glsl.cc.

Referenced by addGPUUniform(), createGPUShader(), and createGPUTextures().

◆ uniforms_buffer

GPUUniformBuf* OCIO_GPUTextures::uniforms_buffer = nullptr

Definition at line 95 of file ocio_impl_glsl.cc.

Referenced by createGPUShader(), and ~OCIO_GPUTextures().


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