#[repr(C)]pub union IndirectCommandsTokenDataEXT {
pub p_push_constant: *const IndirectCommandsPushConstantTokenEXT,
pub p_vertex_buffer: *const IndirectCommandsVertexBufferTokenEXT,
pub p_index_buffer: *const IndirectCommandsIndexBufferTokenEXT,
pub p_execution_set: *const IndirectCommandsExecutionSetTokenEXT,
}Expand description
VkIndirectCommandsTokenDataEXT
Provided by VK_EXT_device_generated_commands.
Fields§
§p_push_constant: *const IndirectCommandsPushConstantTokenEXT§p_vertex_buffer: *const IndirectCommandsVertexBufferTokenEXT§p_index_buffer: *const IndirectCommandsIndexBufferTokenEXT§p_execution_set: *const IndirectCommandsExecutionSetTokenEXTTrait Implementations§
Source§impl Clone for IndirectCommandsTokenDataEXT
impl Clone for IndirectCommandsTokenDataEXT
Source§fn clone(&self) -> IndirectCommandsTokenDataEXT
fn clone(&self) -> IndirectCommandsTokenDataEXT
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 moreSource§impl Debug for IndirectCommandsTokenDataEXT
impl Debug for IndirectCommandsTokenDataEXT
impl Copy for IndirectCommandsTokenDataEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsTokenDataEXT
impl RefUnwindSafe for IndirectCommandsTokenDataEXT
impl !Send for IndirectCommandsTokenDataEXT
impl !Sync for IndirectCommandsTokenDataEXT
impl Unpin for IndirectCommandsTokenDataEXT
impl UnsafeUnpin for IndirectCommandsTokenDataEXT
impl UnwindSafe for IndirectCommandsTokenDataEXT
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