Searched refs:vertex_binding_descriptions (Results 1 – 3 of 3) sorted by relevance
85 vertex_binding_descriptions: &[vk::VertexInputBindingDescription2EXT], in cmd_set_vertex_input()90 vertex_binding_descriptions.len() as u32, in cmd_set_vertex_input()91 vertex_binding_descriptions.as_ptr(), in cmd_set_vertex_input()
3455 …t struct VkVertexInputBindingDescription2EXT *bindings = vertex_input->vertex_binding_descriptions; in handle_set_vertex_input()
5764 pub fn vertex_binding_descriptions( in vertex_binding_descriptions() method5766 vertex_binding_descriptions: &'a [VertexInputBindingDescription], in vertex_binding_descriptions()5768 self.inner.vertex_binding_description_count = vertex_binding_descriptions.len() as _; in vertex_binding_descriptions()5769 self.inner.p_vertex_binding_descriptions = vertex_binding_descriptions.as_ptr(); in vertex_binding_descriptions()