#[repr(C)]pub struct VkGeneratedCommandsInfoNV {Show 15 fields
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pipelineBindPoint: VkPipelineBindPoint,
pub pipeline: VkPipeline,
pub indirectCommandsLayout: VkIndirectCommandsLayoutNV,
pub streamCount: u32,
pub pStreams: *const VkIndirectCommandsStreamNV,
pub sequencesCount: u32,
pub preprocessBuffer: VkBuffer,
pub preprocessOffset: VkDeviceSize,
pub preprocessSize: VkDeviceSize,
pub sequencesCountBuffer: VkBuffer,
pub sequencesCountOffset: VkDeviceSize,
pub sequencesIndexBuffer: VkBuffer,
pub sequencesIndexOffset: VkDeviceSize,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§pipelineBindPoint: VkPipelineBindPoint
§pipeline: VkPipeline
§indirectCommandsLayout: VkIndirectCommandsLayoutNV
§streamCount: u32
§pStreams: *const VkIndirectCommandsStreamNV
§sequencesCount: u32
§preprocessBuffer: VkBuffer
§preprocessOffset: VkDeviceSize
§preprocessSize: VkDeviceSize
§sequencesCountBuffer: VkBuffer
§sequencesCountOffset: VkDeviceSize
§sequencesIndexBuffer: VkBuffer
§sequencesIndexOffset: VkDeviceSize
Trait Implementations§
Source§impl Clone for VkGeneratedCommandsInfoNV
impl Clone for VkGeneratedCommandsInfoNV
Source§fn clone(&self) -> VkGeneratedCommandsInfoNV
fn clone(&self) -> VkGeneratedCommandsInfoNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkGeneratedCommandsInfoNV
impl Default for VkGeneratedCommandsInfoNV
impl Copy for VkGeneratedCommandsInfoNV
Auto Trait Implementations§
impl Freeze for VkGeneratedCommandsInfoNV
impl RefUnwindSafe for VkGeneratedCommandsInfoNV
impl !Send for VkGeneratedCommandsInfoNV
impl !Sync for VkGeneratedCommandsInfoNV
impl Unpin for VkGeneratedCommandsInfoNV
impl UnwindSafe for VkGeneratedCommandsInfoNV
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