Struct ash::vk::CopyCommandTransformInfoQCOMBuilder
source · #[repr(transparent)]pub struct CopyCommandTransformInfoQCOMBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> CopyCommandTransformInfoQCOMBuilder<'a>
pub fn transform(self, transform: SurfaceTransformFlagsKHR) -> Self
sourcepub fn build(self) -> CopyCommandTransformInfoQCOM
pub fn build(self) -> CopyCommandTransformInfoQCOM
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.