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