Luna::RHI::CopyPassDesc
Describes one copy pass.
struct Luna::RHI::CopyPassDesc
Member objects
-
IQueryHeap* timestamp_query_heap
The timestamp 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 copy 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 copy pass end timestamp will be written to. If this is DONT_QUERY, the query data will not be written.