Contains a full Statistics report. More...
#include <kanzi/gfx/statistics.hpp>
Public Attributes | |
| ObjectStats | blendStates |
| Object statistics for blend states. | |
| ObjectStats | buffers |
| Object statistics for buffers. | |
| ObjectStats | commandBuffers |
| Object statistics for command buffers. | |
| CommandStats | commands |
| Command processing statistics since the last report. | |
| ObjectStats | computePipelines |
| Object statistics for compute pipelines. | |
| ObjectStats | computeResourceSets |
| Object statistics for compute resource sets. | |
| ObjectStats | depthStencilStates |
| Object statistics for depth stencil states. | |
| ObjectStats | frameBuffers |
| Object statistics for frame buffers. | |
| ObjectStats | gpuFences |
| Object statistics for GPU fences. | |
| ObjectStats | images |
| Object statistics for images. | |
| ObjectStats | rasterStates |
| Object statistics for raster states. | |
| ObjectStats | renderPasses |
| Object statistics for render passes. | |
| ObjectStats | renderPipelines |
| Object statistics for render pipelines. | |
| ObjectStats | renderResourceSets |
| Object statistics for render resource sets. | |
| ObjectStats | samplers |
| Object statistics for samplers. | |
| ObjectStats | shaders |
| Object statistics for shaders. | |
| ObjectStats | vertexInputStates |
| Object statistics for vertex input states. | |
Contains a full Statistics report.
| ObjectStats kanzi::gfx::Statistics::Results::buffers |
Object statistics for buffers.
| ObjectStats kanzi::gfx::Statistics::Results::images |
Object statistics for images.
| ObjectStats kanzi::gfx::Statistics::Results::frameBuffers |
Object statistics for frame buffers.
| ObjectStats kanzi::gfx::Statistics::Results::vertexInputStates |
Object statistics for vertex input states.
| ObjectStats kanzi::gfx::Statistics::Results::depthStencilStates |
Object statistics for depth stencil states.
| ObjectStats kanzi::gfx::Statistics::Results::blendStates |
Object statistics for blend states.
| ObjectStats kanzi::gfx::Statistics::Results::rasterStates |
Object statistics for raster states.
| ObjectStats kanzi::gfx::Statistics::Results::samplers |
Object statistics for samplers.
| ObjectStats kanzi::gfx::Statistics::Results::renderResourceSets |
Object statistics for render resource sets.
| ObjectStats kanzi::gfx::Statistics::Results::computeResourceSets |
Object statistics for compute resource sets.
| ObjectStats kanzi::gfx::Statistics::Results::shaders |
Object statistics for shaders.
| ObjectStats kanzi::gfx::Statistics::Results::computePipelines |
Object statistics for compute pipelines.
| ObjectStats kanzi::gfx::Statistics::Results::renderPipelines |
Object statistics for render pipelines.
| ObjectStats kanzi::gfx::Statistics::Results::renderPasses |
Object statistics for render passes.
| ObjectStats kanzi::gfx::Statistics::Results::commandBuffers |
Object statistics for command buffers.
| ObjectStats kanzi::gfx::Statistics::Results::gpuFences |
Object statistics for GPU fences.
| CommandStats kanzi::gfx::Statistics::Results::commands |
Command processing statistics since the last report.