#[repr(C)]pub struct ComputePipelineIndirectBufferInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_address: u64,
pub size: u64,
pub pipeline_device_address_capture_replay: u64,
}Expand description
VkComputePipelineIndirectBufferInfoNV
Provided by VK_NV_device_generated_commands_compute.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_INDIRECT_BUFFER_INFO_NV.
p_next: *const c_voidOptional, may be null.
device_address: u64§size: u64§pipeline_device_address_capture_replay: u64Implementations§
Source§impl ComputePipelineIndirectBufferInfoNV
impl ComputePipelineIndirectBufferInfoNV
Sourcepub fn builder<'a>() -> ComputePipelineIndirectBufferInfoNVBuilder<'a>
pub fn builder<'a>() -> ComputePipelineIndirectBufferInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ComputePipelineIndirectBufferInfoNV
impl Clone for ComputePipelineIndirectBufferInfoNV
Source§fn clone(&self) -> ComputePipelineIndirectBufferInfoNV
fn clone(&self) -> ComputePipelineIndirectBufferInfoNV
Returns a duplicate 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 moreimpl Copy for ComputePipelineIndirectBufferInfoNV
impl ExtendsComputePipelineCreateInfo for ComputePipelineIndirectBufferInfoNV
Auto Trait Implementations§
impl Freeze for ComputePipelineIndirectBufferInfoNV
impl RefUnwindSafe for ComputePipelineIndirectBufferInfoNV
impl !Send for ComputePipelineIndirectBufferInfoNV
impl !Sync for ComputePipelineIndirectBufferInfoNV
impl Unpin for ComputePipelineIndirectBufferInfoNV
impl UnsafeUnpin for ComputePipelineIndirectBufferInfoNV
impl UnwindSafe for ComputePipelineIndirectBufferInfoNV
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