pub struct DeviceExtensions { /* private fields */ }
Expand description

Vulkan device extensions

This struct is used to initialize vulkan device extensions and holds function pointers to them. Function pointers are initialized during construction.

Implementations§

Initialized device extensions

A valid instance of Core is needen to successfully initialize extensions. The vulkan feature level is picked up through the current Core instance.

Trait Implementations§

Initializes all function pointers to functions that immediately panic.

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.