Kanzi 4.1.0
kanzi::gfx::IssueQueryCommand Struct Reference

Issues a GPU query. More...

#include <kanzi/gfx/commands.hpp>

Inheritance diagram for kanzi::gfx::IssueQueryCommand:
[legend]

Public Member Functions

 IssueQueryCommand ()
 Constructor.
 
- Public Member Functions inherited from kanzi::gfx::BaseCommand
uint32_t getSize () const
 Gets the command size in bytes.
 
uint8_t getTag () const
 Gets the command tag.
 
CommandType getType () const
 Gets the command type.
 
void setTag (uint8_t tag)
 Sets the command tag.
 

Public Attributes

uint32_t index
 Query index within the pool.
 
QueryPoolHandleGuard pool
 The GPU query pool from which to issue the query from.
 
PipelineStage stage
 

Additional Inherited Members

- Protected Member Functions inherited from kanzi::gfx::BaseCommand
 BaseCommand (CommandType t, uint32_t s)
 Constructor.
 
 BaseCommand (const BaseCommand &other)
 Copy Constructor.
 
BaseCommandoperator= (const BaseCommand &other)
 Assignment operator.
 

Detailed Description

Issues a GPU query.

Since
Kanzi 4.1.0

Constructor & Destructor Documentation

◆ IssueQueryCommand()

kanzi::gfx::IssueQueryCommand::IssueQueryCommand ( )
inline

Constructor.

Member Data Documentation

◆ pool

QueryPoolHandleGuard kanzi::gfx::IssueQueryCommand::pool

The GPU query pool from which to issue the query from.

◆ index

uint32_t kanzi::gfx::IssueQueryCommand::index

Query index within the pool.

◆ stage

PipelineStage kanzi::gfx::IssueQueryCommand::stage

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