#[repr(transparent)]pub struct StreamDescriptorSurfaceCreateInfoGGPBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
impl<'a> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
pub fn flags(self, flags: StreamDescriptorSurfaceCreateFlagsGGP) -> Self
pub fn stream_descriptor(self, stream_descriptor: GgpStreamDescriptor) -> Self
sourcepub fn build(self) -> StreamDescriptorSurfaceCreateInfoGGP
pub fn build(self) -> StreamDescriptorSurfaceCreateInfoGGP
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.