Home
last modified time | relevance | path

Searched refs:max_vertex_input_attribute_offset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs597 pub max_vertex_input_attribute_offset: u32, field
944 …lt () , max_vertex_attrib_divisor : Default :: default () , max_vertex_input_attribute_offset : De… in default()
949 …_vulkan) , max_vertex_input_attribute_offset : [properties_ffi . properties_vulkan10 . properties … in from()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dbuilder.rs766 if offset > properties.max_vertex_input_attribute_offset { in validate_create()
769 max: properties.max_vertex_input_attribute_offset, in validate_create()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9155 pub max_vertex_input_attribute_offset: u32, field
9266 max_vertex_input_attribute_offset: u32::default(), in default()
9571 pub fn max_vertex_input_attribute_offset( in max_vertex_input_attribute_offset() method
9573 max_vertex_input_attribute_offset: u32, in max_vertex_input_attribute_offset()
9575 self.inner.max_vertex_input_attribute_offset = max_vertex_input_attribute_offset; in max_vertex_input_attribute_offset()