Kanzi 4.1.0
kanzi::gfx::QueryPoolCreateInfo Struct Reference

Creation information for a GPU query pool. More...

#include <kanzi/gfx/create_info.hpp>

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

Public Types

using HandleType
 GPU query pool handle.
 

Public Attributes

uint32_t size
 Pool size.
 
QueryType type
 Query type for this pool.
 
- Public Attributes inherited from kanzi::gfx::BaseCreateInfo
string_view name
 The name of the graphics object, useful for debugging.
 

Detailed Description

Creation information for a GPU query pool.

Use a GPU query pool to issue GPU queries.

Since
Kanzi 4.1.0

Member Typedef Documentation

◆ HandleType

Member Data Documentation

◆ size

uint32_t kanzi::gfx::QueryPoolCreateInfo::size

Pool size.

◆ type

QueryType kanzi::gfx::QueryPoolCreateInfo::type

Query type for this pool.


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