Struct ash::extensions::khr::DrawIndirectCount
source · pub struct DrawIndirectCount { /* private fields */ }
Implementations§
source§impl DrawIndirectCount
impl DrawIndirectCount
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn cmd_draw_indexed_indirect_count(
&self,
command_buffer: CommandBuffer,
buffer: Buffer,
offset: DeviceSize,
count_buffer: Buffer,
count_buffer_offset: DeviceSize,
max_draw_count: u32,
stride: u32
)
pub unsafe fn cmd_draw_indexed_indirect_count( &self, command_buffer: CommandBuffer, buffer: Buffer, offset: DeviceSize, count_buffer: Buffer, count_buffer_offset: DeviceSize, max_draw_count: u32, stride: u32 )
sourcepub unsafe fn cmd_draw_indirect_count(
&self,
command_buffer: CommandBuffer,
buffer: Buffer,
offset: DeviceSize,
count_buffer: Buffer,
count_buffer_offset: DeviceSize,
max_draw_count: u32,
stride: u32
)
pub unsafe fn cmd_draw_indirect_count( &self, command_buffer: CommandBuffer, buffer: Buffer, offset: DeviceSize, count_buffer: Buffer, count_buffer_offset: DeviceSize, max_draw_count: u32, stride: u32 )
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &KhrDrawIndirectCountFn
Trait Implementations§
source§impl Clone for DrawIndirectCount
impl Clone for DrawIndirectCount
source§fn clone(&self) -> DrawIndirectCount
fn clone(&self) -> DrawIndirectCount
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 moreAuto Trait Implementations§
impl Freeze for DrawIndirectCount
impl RefUnwindSafe for DrawIndirectCount
impl Send for DrawIndirectCount
impl Sync for DrawIndirectCount
impl Unpin for DrawIndirectCount
impl UnwindSafe for DrawIndirectCount
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