Struct screen_13::prelude::vk::CopyCommandTransformInfoQCOMBuilder
source · pub struct CopyCommandTransformInfoQCOMBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> CopyCommandTransformInfoQCOMBuilder<'a>
pub fn transform( self, transform: SurfaceTransformFlagsKHR ) -> CopyCommandTransformInfoQCOMBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> Deref for CopyCommandTransformInfoQCOMBuilder<'a>
§type Target = CopyCommandTransformInfoQCOM
type Target = CopyCommandTransformInfoQCOM
The resulting type after dereferencing.