Command-related statistics since last report. More...
#include <kanzi/gfx/statistics.hpp>
Command-related statistics since last report.
| uint32_t kanzi::gfx::Statistics::CommandStats::submissions |
Number of command submissions.
| uint32_t kanzi::gfx::Statistics::CommandStats::drawnElements |
Number of drawn elements.
| uint32_t kanzi::gfx::Statistics::CommandStats::copyBuffer |
Number of CopyBufferCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::copyBufferToImage |
Number of CopyBufferToImageCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::copyImage |
Number of CopyImageCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::copyImageToBuffer |
Number of CopyImageToBufferCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::copySurfaceToBuffer |
Number of CopySurfaceToBufferCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::beginRenderPass |
Number of BeginRenderPassCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::beginRenderPipeline |
Number of BeginRenderPipelineCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::draw |
Number of DrawCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::drawIndirect |
Number of DrawIndirectCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::beginComputePipeline |
Number of BeginComputePipelineCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::dispatch |
Number of DispatchCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::dispatchIndirect |
Number of DispatchIndirectCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::constantData |
Number of ConstantDataCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::present |
Number of PresentCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::subroutine |
Number of SubroutineCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::signalGpuFence |
Number of SignalGpuFenceCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::resolveMultisampleImage |
Number of ResolveMultisampleCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::generateMipMaps |
Number of GenerateMipMapsCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::setViewport |
Number of SetViewportCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::setScissor |
Number of SetScissorCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::clear |
Number of ClearCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::setLineWidth |
Number of SetLineWidthCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::bindVertexInput |
Number of BindVertexInputCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::setUniformOffset |
Number of SetUniformOffsetCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::bindRenderResourceSet |
Number of BindRenderResourceSetCommand.
| uint32_t kanzi::gfx::Statistics::CommandStats::bindComputeResourceSet |
Number of BindComputeResourceSetCommand.