logo
pub struct EntryFunctions {
    pub v1_0: EntryFnV1_0,
    pub v1_1: EntryFnV1_1,
    pub v1_2: EntryFnV1_2,
    pub v1_3: EntryFnV1_3,
    pub _ne: NonExhaustive,
}
Expand description

Raw Vulkan global entry point-level functions.

To use these, you need to include the Ash crate, using the same version Vulkano uses.

Fields

v1_0: EntryFnV1_0v1_1: EntryFnV1_1v1_2: EntryFnV1_2v1_3: EntryFnV1_3_ne: NonExhaustive

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.