Struct ash::vk::PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn index_type_uint8(
self,
index_type_uint8: bool
) -> PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Methods from Deref<Target = PhysicalDeviceIndexTypeUint8FeaturesEXT>
Trait Implementations
The resulting type after dereferencing.