pub struct PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
pub fn combined_image_sampler_descriptor_single_array( self, combined_image_sampler_descriptor_single_array: bool ) -> Self
pub fn bufferless_push_descriptors( self, bufferless_push_descriptors: bool ) -> Self
pub fn allow_sampler_image_view_post_submit_creation( self, allow_sampler_image_view_post_submit_creation: bool ) -> Self
pub fn descriptor_buffer_offset_alignment( self, descriptor_buffer_offset_alignment: DeviceSize ) -> Self
pub fn max_descriptor_buffer_bindings( self, max_descriptor_buffer_bindings: u32 ) -> Self
pub fn max_resource_descriptor_buffer_bindings( self, max_resource_descriptor_buffer_bindings: u32 ) -> Self
pub fn max_sampler_descriptor_buffer_bindings( self, max_sampler_descriptor_buffer_bindings: u32 ) -> Self
pub fn max_embedded_immutable_sampler_bindings( self, max_embedded_immutable_sampler_bindings: u32 ) -> Self
pub fn max_embedded_immutable_samplers( self, max_embedded_immutable_samplers: u32 ) -> Self
pub fn buffer_capture_replay_descriptor_data_size( self, buffer_capture_replay_descriptor_data_size: usize ) -> Self
pub fn image_capture_replay_descriptor_data_size( self, image_capture_replay_descriptor_data_size: usize ) -> Self
pub fn image_view_capture_replay_descriptor_data_size( self, image_view_capture_replay_descriptor_data_size: usize ) -> Self
pub fn sampler_capture_replay_descriptor_data_size( self, sampler_capture_replay_descriptor_data_size: usize ) -> Self
pub fn acceleration_structure_capture_replay_descriptor_data_size( self, acceleration_structure_capture_replay_descriptor_data_size: usize ) -> Self
pub fn sampler_descriptor_size(self, sampler_descriptor_size: usize) -> Self
pub fn combined_image_sampler_descriptor_size( self, combined_image_sampler_descriptor_size: usize ) -> Self
pub fn sampled_image_descriptor_size( self, sampled_image_descriptor_size: usize ) -> Self
pub fn storage_image_descriptor_size( self, storage_image_descriptor_size: usize ) -> Self
pub fn uniform_texel_buffer_descriptor_size( self, uniform_texel_buffer_descriptor_size: usize ) -> Self
pub fn robust_uniform_texel_buffer_descriptor_size( self, robust_uniform_texel_buffer_descriptor_size: usize ) -> Self
pub fn storage_texel_buffer_descriptor_size( self, storage_texel_buffer_descriptor_size: usize ) -> Self
pub fn robust_storage_texel_buffer_descriptor_size( self, robust_storage_texel_buffer_descriptor_size: usize ) -> Self
pub fn uniform_buffer_descriptor_size( self, uniform_buffer_descriptor_size: usize ) -> Self
pub fn robust_uniform_buffer_descriptor_size( self, robust_uniform_buffer_descriptor_size: usize ) -> Self
pub fn storage_buffer_descriptor_size( self, storage_buffer_descriptor_size: usize ) -> Self
pub fn robust_storage_buffer_descriptor_size( self, robust_storage_buffer_descriptor_size: usize ) -> Self
pub fn input_attachment_descriptor_size( self, input_attachment_descriptor_size: usize ) -> Self
pub fn acceleration_structure_descriptor_size( self, acceleration_structure_descriptor_size: usize ) -> Self
pub fn max_sampler_descriptor_buffer_range( self, max_sampler_descriptor_buffer_range: DeviceSize ) -> Self
pub fn max_resource_descriptor_buffer_range( self, max_resource_descriptor_buffer_range: DeviceSize ) -> Self
pub fn sampler_descriptor_buffer_address_space_size( self, sampler_descriptor_buffer_address_space_size: DeviceSize ) -> Self
pub fn resource_descriptor_buffer_address_space_size( self, resource_descriptor_buffer_address_space_size: DeviceSize ) -> Self
pub fn descriptor_buffer_address_space_size( self, descriptor_buffer_address_space_size: DeviceSize ) -> Self
sourcepub fn build(self) -> PhysicalDeviceDescriptorBufferPropertiesEXT
pub fn build(self) -> PhysicalDeviceDescriptorBufferPropertiesEXT
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 PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDescriptorBufferPropertiesEXTBuilder<'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