#[repr(C)]pub struct RpsRuntimeOpRecordDebugMarkerArgs {
pub hCommandBuffer: RpsRuntimeCommandBuffer,
pub pUserRecordContext: *mut c_void,
pub mode: RpsRuntimeDebugMarkerMode,
pub text: *const c_char,
}Expand description
@brief Parameters for recording a debug marker command.
Fields§
§hCommandBuffer: RpsRuntimeCommandBuffer< Handle to the runtime commmand buffer to record the command for.
pUserRecordContext: *mut c_void< User context passed as RpsRenderGraphRecordCommandInfo::pUserContext.
mode: RpsRuntimeDebugMarkerMode< Marker mode.
text: *const c_char< String payload of the marker. Ignored for
Trait Implementations§
source§impl Clone for RpsRuntimeOpRecordDebugMarkerArgs
impl Clone for RpsRuntimeOpRecordDebugMarkerArgs
source§fn clone(&self) -> RpsRuntimeOpRecordDebugMarkerArgs
fn clone(&self) -> RpsRuntimeOpRecordDebugMarkerArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more