Struct ash::vk::SparseImageMemoryBind [−][src]
#[repr(C)]pub struct SparseImageMemoryBind { pub subresource: ImageSubresource, pub offset: Offset3D, pub extent: Extent3D, pub memory: DeviceMemory, pub memory_offset: DeviceSize, pub flags: SparseMemoryBindFlags, }
Expand description
Fields
subresource: ImageSubresource
offset: Offset3D
extent: Extent3D
memory: DeviceMemory
memory_offset: DeviceSize
flags: SparseMemoryBindFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SparseImageMemoryBind
impl Send for SparseImageMemoryBind
impl Sync for SparseImageMemoryBind
impl Unpin for SparseImageMemoryBind
impl UnwindSafe for SparseImageMemoryBind
Blanket Implementations
Mutably borrows from an owned value. Read more