#[repr(transparent)]pub struct PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
pub fn index_type_uint8(self, index_type_uint8: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceIndexTypeUint8FeaturesEXT
pub fn build(self) -> PhysicalDeviceIndexTypeUint8FeaturesEXT
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.