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