pub trait ExtPageableDeviceLocalMemoryExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION;

    // Provided method
    unsafe fn set_device_memory_priority_ext(
        &self,
        memory: DeviceMemory,
        priority: f32
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§