Struct ash::vk::KhrDrawIndirectCountFn
source · pub struct KhrDrawIndirectCountFn {
pub cmd_draw_indirect_count_khr: PFN_vkCmdDrawIndirectCount,
pub cmd_draw_indexed_indirect_count_khr: PFN_vkCmdDrawIndexedIndirectCount,
}
Fields§
§cmd_draw_indirect_count_khr: PFN_vkCmdDrawIndirectCount
§cmd_draw_indexed_indirect_count_khr: PFN_vkCmdDrawIndexedIndirectCount
Implementations§
Trait Implementations§
source§impl Clone for KhrDrawIndirectCountFn
impl Clone for KhrDrawIndirectCountFn
source§fn clone(&self) -> KhrDrawIndirectCountFn
fn clone(&self) -> KhrDrawIndirectCountFn
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