pub enum SharedTextureMemoryBeginAccessDescriptorExtension {
SharedTextureMemoryD3DSwapchainBeginState(SharedTextureMemoryD3DSwapchainBeginState),
SharedTextureMemoryD3D11BeginState(SharedTextureMemoryD3D11BeginState),
SharedTextureMemoryVkImageLayoutBeginState(SharedTextureMemoryVkImageLayoutBeginState),
}Variants§
Trait Implementations§
Source§fn from(ext: SharedTextureMemoryD3D11BeginState) -> Self
fn from(ext: SharedTextureMemoryD3D11BeginState) -> Self
Converts to this type from the input type.
Source§fn from(ext: SharedTextureMemoryD3DSwapchainBeginState) -> Self
fn from(ext: SharedTextureMemoryD3DSwapchainBeginState) -> Self
Converts to this type from the input type.
Source§fn from(ext: SharedTextureMemoryVkImageLayoutBeginState) -> Self
fn from(ext: SharedTextureMemoryVkImageLayoutBeginState) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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