#[repr(C)]pub struct DispatchGraphInfoAMDX {
pub node_index: u32,
pub payload_count: u32,
pub payloads: DeviceOrHostAddressConstAMDX,
pub payload_stride: u64,
}Expand description
VkDispatchGraphInfoAMDX
Provided by VK_AMDX_shader_enqueue.
Fields§
§node_index: u32§payload_count: u32§payloads: DeviceOrHostAddressConstAMDX§payload_stride: u64Implementations§
Source§impl DispatchGraphInfoAMDX
impl DispatchGraphInfoAMDX
Sourcepub fn builder() -> DispatchGraphInfoAMDXBuilder
pub fn builder() -> DispatchGraphInfoAMDXBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for DispatchGraphInfoAMDX
impl Clone for DispatchGraphInfoAMDX
Source§fn clone(&self) -> DispatchGraphInfoAMDX
fn clone(&self) -> DispatchGraphInfoAMDX
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DispatchGraphInfoAMDX
Source§impl Debug for DispatchGraphInfoAMDX
impl Debug for DispatchGraphInfoAMDX
Auto Trait Implementations§
impl !Send for DispatchGraphInfoAMDX
impl !Sync for DispatchGraphInfoAMDX
impl Freeze for DispatchGraphInfoAMDX
impl RefUnwindSafe for DispatchGraphInfoAMDX
impl Unpin for DispatchGraphInfoAMDX
impl UnsafeUnpin for DispatchGraphInfoAMDX
impl UnwindSafe for DispatchGraphInfoAMDX
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