Struct ash::vk::PhysicalDeviceVulkan13Properties
source · #[repr(C)]pub struct PhysicalDeviceVulkan13Properties<'a> {Show 48 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub min_subgroup_size: u32,
pub max_subgroup_size: u32,
pub max_compute_workgroup_subgroups: u32,
pub required_subgroup_size_stages: ShaderStageFlags,
pub max_inline_uniform_block_size: u32,
pub max_per_stage_descriptor_inline_uniform_blocks: u32,
pub max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32,
pub max_descriptor_set_inline_uniform_blocks: u32,
pub max_descriptor_set_update_after_bind_inline_uniform_blocks: u32,
pub max_inline_uniform_total_size: u32,
pub integer_dot_product8_bit_unsigned_accelerated: Bool32,
pub integer_dot_product8_bit_signed_accelerated: Bool32,
pub integer_dot_product8_bit_mixed_signedness_accelerated: Bool32,
pub integer_dot_product4x8_bit_packed_unsigned_accelerated: Bool32,
pub integer_dot_product4x8_bit_packed_signed_accelerated: Bool32,
pub integer_dot_product4x8_bit_packed_mixed_signedness_accelerated: Bool32,
pub integer_dot_product16_bit_unsigned_accelerated: Bool32,
pub integer_dot_product16_bit_signed_accelerated: Bool32,
pub integer_dot_product16_bit_mixed_signedness_accelerated: Bool32,
pub integer_dot_product32_bit_unsigned_accelerated: Bool32,
pub integer_dot_product32_bit_signed_accelerated: Bool32,
pub integer_dot_product32_bit_mixed_signedness_accelerated: Bool32,
pub integer_dot_product64_bit_unsigned_accelerated: Bool32,
pub integer_dot_product64_bit_signed_accelerated: Bool32,
pub integer_dot_product64_bit_mixed_signedness_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating8_bit_unsigned_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating8_bit_signed_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating8_bit_mixed_signedness_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating4x8_bit_packed_unsigned_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating4x8_bit_packed_signed_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating4x8_bit_packed_mixed_signedness_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating16_bit_unsigned_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating16_bit_signed_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating16_bit_mixed_signedness_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating32_bit_unsigned_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating32_bit_signed_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating32_bit_mixed_signedness_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating64_bit_unsigned_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating64_bit_signed_accelerated: Bool32,
pub integer_dot_product_accumulating_saturating64_bit_mixed_signedness_accelerated: Bool32,
pub storage_texel_buffer_offset_alignment_bytes: DeviceSize,
pub storage_texel_buffer_offset_single_texel_alignment: Bool32,
pub uniform_texel_buffer_offset_alignment_bytes: DeviceSize,
pub uniform_texel_buffer_offset_single_texel_alignment: Bool32,
pub max_buffer_size: DeviceSize,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§min_subgroup_size: u32
§max_subgroup_size: u32
§max_compute_workgroup_subgroups: u32
§required_subgroup_size_stages: ShaderStageFlags
§max_inline_uniform_block_size: u32
§max_per_stage_descriptor_inline_uniform_blocks: u32
§max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32
§max_descriptor_set_inline_uniform_blocks: u32
§max_descriptor_set_update_after_bind_inline_uniform_blocks: u32
§max_inline_uniform_total_size: u32
§integer_dot_product8_bit_unsigned_accelerated: Bool32
§integer_dot_product8_bit_signed_accelerated: Bool32
§integer_dot_product8_bit_mixed_signedness_accelerated: Bool32
§integer_dot_product4x8_bit_packed_unsigned_accelerated: Bool32
§integer_dot_product4x8_bit_packed_signed_accelerated: Bool32
§integer_dot_product4x8_bit_packed_mixed_signedness_accelerated: Bool32
§integer_dot_product16_bit_unsigned_accelerated: Bool32
§integer_dot_product16_bit_signed_accelerated: Bool32
§integer_dot_product16_bit_mixed_signedness_accelerated: Bool32
§integer_dot_product32_bit_unsigned_accelerated: Bool32
§integer_dot_product32_bit_signed_accelerated: Bool32
§integer_dot_product32_bit_mixed_signedness_accelerated: Bool32
§integer_dot_product64_bit_unsigned_accelerated: Bool32
§integer_dot_product64_bit_signed_accelerated: Bool32
§integer_dot_product64_bit_mixed_signedness_accelerated: Bool32
§integer_dot_product_accumulating_saturating8_bit_unsigned_accelerated: Bool32
§integer_dot_product_accumulating_saturating8_bit_signed_accelerated: Bool32
§integer_dot_product_accumulating_saturating8_bit_mixed_signedness_accelerated: Bool32
§integer_dot_product_accumulating_saturating4x8_bit_packed_unsigned_accelerated: Bool32
§integer_dot_product_accumulating_saturating4x8_bit_packed_signed_accelerated: Bool32
§integer_dot_product_accumulating_saturating4x8_bit_packed_mixed_signedness_accelerated: Bool32
§integer_dot_product_accumulating_saturating16_bit_unsigned_accelerated: Bool32
§integer_dot_product_accumulating_saturating16_bit_signed_accelerated: Bool32
§integer_dot_product_accumulating_saturating16_bit_mixed_signedness_accelerated: Bool32
§integer_dot_product_accumulating_saturating32_bit_unsigned_accelerated: Bool32
§integer_dot_product_accumulating_saturating32_bit_signed_accelerated: Bool32
§integer_dot_product_accumulating_saturating32_bit_mixed_signedness_accelerated: Bool32
§integer_dot_product_accumulating_saturating64_bit_unsigned_accelerated: Bool32
§integer_dot_product_accumulating_saturating64_bit_signed_accelerated: Bool32
§integer_dot_product_accumulating_saturating64_bit_mixed_signedness_accelerated: Bool32
§storage_texel_buffer_offset_alignment_bytes: DeviceSize
§storage_texel_buffer_offset_single_texel_alignment: Bool32
§uniform_texel_buffer_offset_alignment_bytes: DeviceSize
§uniform_texel_buffer_offset_single_texel_alignment: Bool32
§max_buffer_size: DeviceSize
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceVulkan13Properties<'a>
impl<'a> PhysicalDeviceVulkan13Properties<'a>
pub fn min_subgroup_size(self, min_subgroup_size: u32) -> Self
pub fn max_subgroup_size(self, max_subgroup_size: u32) -> Self
pub fn max_compute_workgroup_subgroups( self, max_compute_workgroup_subgroups: u32, ) -> Self
pub fn required_subgroup_size_stages( self, required_subgroup_size_stages: ShaderStageFlags, ) -> Self
pub fn max_inline_uniform_block_size( self, max_inline_uniform_block_size: u32, ) -> Self
pub fn max_per_stage_descriptor_inline_uniform_blocks( self, max_per_stage_descriptor_inline_uniform_blocks: u32, ) -> Self
pub fn max_per_stage_descriptor_update_after_bind_inline_uniform_blocks( self, max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32, ) -> Self
pub fn max_descriptor_set_inline_uniform_blocks( self, max_descriptor_set_inline_uniform_blocks: u32, ) -> Self
pub fn max_descriptor_set_update_after_bind_inline_uniform_blocks( self, max_descriptor_set_update_after_bind_inline_uniform_blocks: u32, ) -> Self
pub fn max_inline_uniform_total_size( self, max_inline_uniform_total_size: u32, ) -> Self
pub fn integer_dot_product8_bit_unsigned_accelerated( self, integer_dot_product8_bit_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product8_bit_signed_accelerated( self, integer_dot_product8_bit_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product8_bit_mixed_signedness_accelerated( self, integer_dot_product8_bit_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product4x8_bit_packed_unsigned_accelerated( self, integer_dot_product4x8_bit_packed_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product4x8_bit_packed_signed_accelerated( self, integer_dot_product4x8_bit_packed_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product4x8_bit_packed_mixed_signedness_accelerated( self, integer_dot_product4x8_bit_packed_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product16_bit_unsigned_accelerated( self, integer_dot_product16_bit_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product16_bit_signed_accelerated( self, integer_dot_product16_bit_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product16_bit_mixed_signedness_accelerated( self, integer_dot_product16_bit_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product32_bit_unsigned_accelerated( self, integer_dot_product32_bit_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product32_bit_signed_accelerated( self, integer_dot_product32_bit_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product32_bit_mixed_signedness_accelerated( self, integer_dot_product32_bit_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product64_bit_unsigned_accelerated( self, integer_dot_product64_bit_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product64_bit_signed_accelerated( self, integer_dot_product64_bit_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product64_bit_mixed_signedness_accelerated( self, integer_dot_product64_bit_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating8_bit_unsigned_accelerated( self, integer_dot_product_accumulating_saturating8_bit_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating8_bit_signed_accelerated( self, integer_dot_product_accumulating_saturating8_bit_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating8_bit_mixed_signedness_accelerated( self, integer_dot_product_accumulating_saturating8_bit_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating4x8_bit_packed_unsigned_accelerated( self, integer_dot_product_accumulating_saturating4x8_bit_packed_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating4x8_bit_packed_signed_accelerated( self, integer_dot_product_accumulating_saturating4x8_bit_packed_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating4x8_bit_packed_mixed_signedness_accelerated( self, integer_dot_product_accumulating_saturating4x8_bit_packed_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating16_bit_unsigned_accelerated( self, integer_dot_product_accumulating_saturating16_bit_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating16_bit_signed_accelerated( self, integer_dot_product_accumulating_saturating16_bit_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating16_bit_mixed_signedness_accelerated( self, integer_dot_product_accumulating_saturating16_bit_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating32_bit_unsigned_accelerated( self, integer_dot_product_accumulating_saturating32_bit_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating32_bit_signed_accelerated( self, integer_dot_product_accumulating_saturating32_bit_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating32_bit_mixed_signedness_accelerated( self, integer_dot_product_accumulating_saturating32_bit_mixed_signedness_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating64_bit_unsigned_accelerated( self, integer_dot_product_accumulating_saturating64_bit_unsigned_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating64_bit_signed_accelerated( self, integer_dot_product_accumulating_saturating64_bit_signed_accelerated: bool, ) -> Self
pub fn integer_dot_product_accumulating_saturating64_bit_mixed_signedness_accelerated( self, integer_dot_product_accumulating_saturating64_bit_mixed_signedness_accelerated: bool, ) -> Self
pub fn storage_texel_buffer_offset_alignment_bytes( self, storage_texel_buffer_offset_alignment_bytes: DeviceSize, ) -> Self
pub fn storage_texel_buffer_offset_single_texel_alignment( self, storage_texel_buffer_offset_single_texel_alignment: bool, ) -> Self
pub fn uniform_texel_buffer_offset_alignment_bytes( self, uniform_texel_buffer_offset_alignment_bytes: DeviceSize, ) -> Self
pub fn uniform_texel_buffer_offset_single_texel_alignment( self, uniform_texel_buffer_offset_single_texel_alignment: bool, ) -> Self
pub fn max_buffer_size(self, max_buffer_size: DeviceSize) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceVulkan13Properties<'a>
impl<'a> Clone for PhysicalDeviceVulkan13Properties<'a>
source§fn clone(&self) -> PhysicalDeviceVulkan13Properties<'a>
fn clone(&self) -> PhysicalDeviceVulkan13Properties<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PhysicalDeviceVulkan13Properties<'a>
impl<'a> Debug for PhysicalDeviceVulkan13Properties<'a>
source§impl Default for PhysicalDeviceVulkan13Properties<'_>
impl Default for PhysicalDeviceVulkan13Properties<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceVulkan13Properties<'a>
impl<'a> TaggedStructure for PhysicalDeviceVulkan13Properties<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES
impl<'a> Copy for PhysicalDeviceVulkan13Properties<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceVulkan13Properties<'_>
impl Send for PhysicalDeviceVulkan13Properties<'_>
impl Sync for PhysicalDeviceVulkan13Properties<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVulkan13Properties<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVulkan13Properties<'a>
impl<'a> Unpin for PhysicalDeviceVulkan13Properties<'a>
impl<'a> UnwindSafe for PhysicalDeviceVulkan13Properties<'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