Kanzi 4.1.0
kanzi::DrawObjectsRenderPass::CommonUBOs Struct Reference

Shared uniform buffer uploads for one render pass. More...

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

Public Attributes

optional< StagingBufferUploadlights
 Light buffer upload, empty when no lights were gathered.
 
StagingBufferUpload scene
 Scene buffer upload.
 

Detailed Description

Shared uniform buffer uploads for one render pass.

Member Data Documentation

◆ scene

StagingBufferUpload kanzi::DrawObjectsRenderPass::CommonUBOs::scene

Scene buffer upload.

◆ lights

optional<StagingBufferUpload> kanzi::DrawObjectsRenderPass::CommonUBOs::lights

Light buffer upload, empty when no lights were gathered.


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