KDGpu::ApiTimestampQueryRecorder¶
Module: API
ApiComputePassCommandRecorder.
#include <api_timestamp_query_recorder.h>
Inherited by KDGpu::VulkanTimestampQueryRecorder
Public Functions¶
| Name | |
|---|---|
| virtual TimestampIndex | writeTimestamp(PipelineStageFlags flags) =0 | 
| virtual std::vector< uint64_t > | queryResults() =0 | 
| virtual void | reset() =0 | 
| virtual float | timestampPeriod() const =0 | 
Public Functions Documentation¶
function writeTimestamp¶
1 2 3  |  | 
Reimplemented by: KDGpu::VulkanTimestampQueryRecorder::writeTimestamp
function queryResults¶
1 |  | 
Reimplemented by: KDGpu::VulkanTimestampQueryRecorder::queryResults
function reset¶
1 |  | 
Reimplemented by: KDGpu::VulkanTimestampQueryRecorder::reset
function timestampPeriod¶
1 |  | 
Reimplemented by: KDGpu::VulkanTimestampQueryRecorder::timestampPeriod
Updated on 2025-07-08 at 12:01:11 +0000