#[repr(C)]pub struct PhysicalDeviceVertexAttributeDivisorPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_vertex_attrib_divisor: u32,
}Expand description
VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT
Provided by VK_EXT_vertex_attribute_divisor.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
max_vertex_attrib_divisor: u32Implementations§
Source§impl PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl PhysicalDeviceVertexAttributeDivisorPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceVertexAttributeDivisorPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceVertexAttributeDivisorPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl Clone for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceVertexAttributeDivisorPropertiesEXT
fn clone(&self) -> PhysicalDeviceVertexAttributeDivisorPropertiesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl !Send for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl !Sync for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl Unpin for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl UnsafeUnpin for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
impl UnwindSafe for PhysicalDeviceVertexAttributeDivisorPropertiesEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more