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 more