Trait ash::vk::Handle

source · []
pub trait Handle {
    const TYPE: ObjectType;

    fn as_raw(self) -> u64;
fn from_raw(_: u64) -> Self; }

Associated Constants

Required methods

Implementors