Trait vulkanalia_sys::Handle [−][src]
A Vulkan handle type.
Associated Types
Loading content...Associated Constants
const TYPE: ObjectType[src]
The object type for this handle type.
Required methods
fn null() -> Self[src]
Constructs a null instance of this handle type.
fn from_raw(value: Self::Repr) -> Self[src]
Constructs an instance of this handle type with the supplied underlying value.
fn as_raw(self) -> Self::Repr[src]
Gets the underlying value for this handle.
fn is_null(self) -> bool[src]
Returns whether this handle is a null handle.