Struct screen_13::prelude::vk::ExtVertexInputDynamicStateFn
source · pub struct ExtVertexInputDynamicStateFn {
pub cmd_set_vertex_input_ext: unsafe extern "system" fn(_: CommandBuffer, _: u32, _: *const VertexInputBindingDescription2EXT, _: u32, _: *const VertexInputAttributeDescription2EXT),
}Fields§
§cmd_set_vertex_input_ext: unsafe extern "system" fn(_: CommandBuffer, _: u32, _: *const VertexInputBindingDescription2EXT, _: u32, _: *const VertexInputAttributeDescription2EXT)Implementations§
Trait Implementations§
source§impl Clone for ExtVertexInputDynamicStateFn
impl Clone for ExtVertexInputDynamicStateFn
source§fn clone(&self) -> ExtVertexInputDynamicStateFn
fn clone(&self) -> ExtVertexInputDynamicStateFn
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