Creation information for a GPU query pool. More...
#include <kanzi/gfx/create_info.hpp>
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. | |
Creation information for a GPU query pool.
Use a GPU query pool to issue GPU queries.
GPU query pool handle.
| uint32_t kanzi::gfx::QueryPoolCreateInfo::size |
Pool size.
| QueryType kanzi::gfx::QueryPoolCreateInfo::type |
Query type for this pool.