Castor3D 0.12.0
Multiplatform 3D engine
Public Attributes | List of all members
castor3d::RenderLoop::UploadResources Struct Reference

#include <RenderLoop.hpp>

Collaboration diagram for castor3d::RenderLoop::UploadResources:
Collaboration graph
[legend]

Public Attributes

CommandsSemaphore commands
 
ashes::FencePtr fence
 
bool used { true }
 
uint32_t waitCount { 1u }
 

Member Data Documentation

◆ commands

CommandsSemaphore castor3d::RenderLoop::UploadResources::commands

The command buffer and semaphore used for UBO uploads.

◆ fence

ashes::FencePtr castor3d::RenderLoop::UploadResources::fence

The fence and semaphore used for UBO uploads.

◆ used

bool castor3d::RenderLoop::UploadResources::used { true }

Tells if the smaphore has been used in previous frame.

◆ waitCount

uint32_t castor3d::RenderLoop::UploadResources::waitCount { 1u }

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