Diligent::QueryDataTimestamp struct

Timestamp query data. This structure is filled by IQuery::GetData() for Diligent::QUERY_TYPE_TIMESTAMP query type.

Contents

Public variables

enum QUERY_TYPE Type
Query type - must be Diligent::QUERY_TYPE_TIMESTAMP.
Uint64 Counter
The value of a high-frequency counter.
Uint64 Frequency
The counter frequency, in Hz (ticks/second). If there was an error while getting the timestamp, this value will be 0.