pub trait AmdBufferMarkerExtension: DeviceV1_0 {
    const METADATA: Extension = AMD_BUFFER_MARKER_EXTENSION;

    // Provided method
    unsafe fn cmd_write_buffer_marker_amd(
        &self,
        command_buffer: CommandBuffer,
        pipeline_stage: PipelineStageFlags,
        dst_buffer: Buffer,
        dst_offset: DeviceSize,
        marker: u32
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = AMD_BUFFER_MARKER_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§