Struct ash::vk::DisplayPropertiesKHRBuilder [−][src]
#[repr(transparent)]pub struct DisplayPropertiesKHRBuilder<'a> { /* fields omitted */ }
Implementations
pub fn physical_dimensions(
self,
physical_dimensions: Extent2D
) -> DisplayPropertiesKHRBuilder<'a>
pub fn physical_resolution(
self,
physical_resolution: Extent2D
) -> DisplayPropertiesKHRBuilder<'a>
pub fn supported_transforms(
self,
supported_transforms: SurfaceTransformFlagsKHR
) -> DisplayPropertiesKHRBuilder<'a>
pub fn plane_reorder_possible(
self,
plane_reorder_possible: bool
) -> DisplayPropertiesKHRBuilder<'a>
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.
Methods from Deref<Target = DisplayPropertiesKHR>
Trait Implementations
type Target = DisplayPropertiesKHR
type Target = DisplayPropertiesKHR
The resulting type after dereferencing.