#[repr(C)]pub struct PhysicalDeviceVertexAttributeDivisorFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub vertex_attribute_instance_rate_divisor: Bool32,
pub vertex_attribute_instance_rate_zero_divisor: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§vertex_attribute_instance_rate_divisor: Bool32
§vertex_attribute_instance_rate_zero_divisor: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl Clone for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceVertexAttributeDivisorFeaturesEXT
fn clone(&self) -> PhysicalDeviceVertexAttributeDivisorFeaturesEXT
Returns a copy 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 more