Struct ash::vk::BufferCollectionPropertiesFUCHSIABuilder
source · pub struct BufferCollectionPropertiesFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> BufferCollectionPropertiesFUCHSIABuilder<'a>
pub fn memory_type_bits(self, memory_type_bits: u32) -> Self
pub fn buffer_count(self, buffer_count: u32) -> Self
pub fn create_info_index(self, create_info_index: u32) -> Self
pub fn sysmem_pixel_format(self, sysmem_pixel_format: u64) -> Self
pub fn format_features(self, format_features: FormatFeatureFlags) -> Self
pub fn sysmem_color_space_index( self, sysmem_color_space_index: SysmemColorSpaceFUCHSIA ) -> Self
pub fn sampler_ycbcr_conversion_components( self, sampler_ycbcr_conversion_components: ComponentMapping ) -> Self
pub fn suggested_ycbcr_model( self, suggested_ycbcr_model: SamplerYcbcrModelConversion ) -> Self
pub fn suggested_ycbcr_range( self, suggested_ycbcr_range: SamplerYcbcrRange ) -> Self
pub fn suggested_x_chroma_offset( self, suggested_x_chroma_offset: ChromaLocation ) -> Self
pub fn suggested_y_chroma_offset( self, suggested_y_chroma_offset: ChromaLocation ) -> Self
sourcepub fn build(self) -> BufferCollectionPropertiesFUCHSIA
pub fn build(self) -> BufferCollectionPropertiesFUCHSIA
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 BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> Deref for BufferCollectionPropertiesFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> !Send for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> !Sync for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> Unpin for BufferCollectionPropertiesFUCHSIABuilder<'a>
impl<'a> UnwindSafe for BufferCollectionPropertiesFUCHSIABuilder<'a>
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