Castor3D 0.16.0
Multiplatform 3D engine
Public Attributes | List of all members
castor3d::RenderInfo Struct Reference

#include <RenderInfo.hpp>

Collaboration diagram for castor3d::RenderInfo:
Collaboration graph
[legend]

Public Attributes

RenderCounts visible {}
 
uint32_t particlesCount {}
 
uint32_t visibleOverlaysCount {}
 
uint32_t visibleOverlayQuadsCount {}
 
uint32_t drawCalls {}
 
uint32_t uploadSize {}
 
uint32_t stagingBuffersCount {}
 

Member Data Documentation

◆ drawCalls

uint32_t castor3d::RenderInfo::drawCalls {}

The draw calls count.

◆ particlesCount

uint32_t castor3d::RenderInfo::particlesCount {}

The particles count.

◆ stagingBuffersCount

uint32_t castor3d::RenderInfo::stagingBuffersCount {}

The upload staging buffers count.

◆ uploadSize

uint32_t castor3d::RenderInfo::uploadSize {}

The binary size of uploads.

◆ visible

RenderCounts castor3d::RenderInfo::visible {}

The visible objects counts.

◆ visibleOverlayQuadsCount

uint32_t castor3d::RenderInfo::visibleOverlayQuadsCount {}

The visible overlays quads count.

◆ visibleOverlaysCount

uint32_t castor3d::RenderInfo::visibleOverlaysCount {}

The visible overlays count.


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