Kanzi 4.0.0-beta2
kanzi::GlRenderState::UniformBufferObject Struct Reference

Contents and upload information for an uniform buffer object. More...

#include <kanzi/core.ui/graphics3d/gl_render_state.hpp>

Public Attributes

vector< byte > data
 Uniform Buffer Contents.
 
optional< StagingBufferUploaduploadInfo
 Information about the latest uniform buffer upload, nullopt if there is no current upload information.
 

Detailed Description

Contents and upload information for an uniform buffer object.

Member Data Documentation

◆ data

vector<byte> kanzi::GlRenderState::UniformBufferObject::data

Uniform Buffer Contents.

◆ uploadInfo

optional<StagingBufferUpload> kanzi::GlRenderState::UniformBufferObject::uploadInfo

Information about the latest uniform buffer upload, nullopt if there is no current upload information.


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