Luna::RHI::ComputePassDesc
Describes one compute pass.
struct Luna::RHI::ComputePassDesc
Member objects
-
IQueryHeap* timestamp_query_heap
The timestamp query heap that the query data will be written to if not
nullptr
. -
IQueryHeap* pipeline_statistics_query_heap
The pipeline statistics query heap that the query data will be written to if not
nullptr
. -
u32 timestamp_query_begin_pass_write_index
The index of the element in timestamp query heap that the compute pass begin timestamp will be written to. If this is DONT_QUERY, the query data will not be written.
-
u32 timestamp_query_end_pass_write_index
The index of the element in timestamp query heap that the compute pass end timestamp will be written to. If this is DONT_QUERY, the query data will not be written.
-
u32 pipeline_statistics_query_write_index
The index of the element in pipeline statistics query heap that the pipeline statistics will be written to. If this is DONT_QUERY, the query data will not be written.