pub fn recorded_copperlist_timestamp<P>(
copperlist: &CopperList<P>,
) -> Option<CuDuration>where
P: CopperListTuple,Expand description
Returns the earliest recorded process_time.start found in a CopperList.
This is the default timestamp used by exact-output replay when no matching recorded keyframe is being injected for the current CL.