pub trait ExtMetalObjectsExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_METAL_OBJECTS_EXTENSION;

    // Provided method
    unsafe fn export_metal_objects_ext(
        &self,
        metal_objects_info: &mut ExportMetalObjectsInfoEXT
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_METAL_OBJECTS_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§