Struct ash::vk::ExtMultiDrawFn
source · pub struct ExtMultiDrawFn {
pub cmd_draw_multi_ext: PFN_vkCmdDrawMultiEXT,
pub cmd_draw_multi_indexed_ext: PFN_vkCmdDrawMultiIndexedEXT,
}
Fields§
§cmd_draw_multi_ext: PFN_vkCmdDrawMultiEXT
§cmd_draw_multi_indexed_ext: PFN_vkCmdDrawMultiIndexedEXT
Implementations§
Trait Implementations§
source§impl Clone for ExtMultiDrawFn
impl Clone for ExtMultiDrawFn
source§fn clone(&self) -> ExtMultiDrawFn
fn clone(&self) -> ExtMultiDrawFn
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