Struct ash::extensions_generated::khr::draw_indirect_count::DeviceFn
source · pub struct DeviceFn {
pub cmd_draw_indirect_count_khr: PFN_vkCmdDrawIndirectCount,
pub cmd_draw_indexed_indirect_count_khr: PFN_vkCmdDrawIndexedIndirectCount,
}
Expand description
Raw VK_KHR_draw_indirect_count device-level function pointers
Fields§
§cmd_draw_indirect_count_khr: PFN_vkCmdDrawIndirectCount
§cmd_draw_indexed_indirect_count_khr: PFN_vkCmdDrawIndexedIndirectCount
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceFn
impl RefUnwindSafe for DeviceFn
impl Unpin for DeviceFn
impl UnwindSafe for DeviceFn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more