Skip to main content

VkPhysicalDeviceVulkan13Properties

Struct VkPhysicalDeviceVulkan13Properties 

Source
#[repr(C)]
pub struct VkPhysicalDeviceVulkan13Properties {
Show 47 fields pub sType: VkStructureType, pub pNext: *mut void, pub minSubgroupSize: uint32_t, pub maxSubgroupSize: uint32_t, pub maxComputeWorkgroupSubgroups: uint32_t, pub requiredSubgroupSizeStages: VkShaderStageFlags, pub maxInlineUniformBlockSize: uint32_t, pub maxPerStageDescriptorInlineUniformBlocks: uint32_t, pub maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks: uint32_t, pub maxDescriptorSetInlineUniformBlocks: uint32_t, pub maxDescriptorSetUpdateAfterBindInlineUniformBlocks: uint32_t, pub maxInlineUniformTotalSize: uint32_t, pub integerDotProduct8BitUnsignedAccelerated: VkBool32, pub integerDotProduct8BitSignedAccelerated: VkBool32, pub integerDotProduct8BitMixedSignednessAccelerated: VkBool32, pub integerDotProduct4x8BitPackedUnsignedAccelerated: VkBool32, pub integerDotProduct4x8BitPackedSignedAccelerated: VkBool32, pub integerDotProduct4x8BitPackedMixedSignednessAccelerated: VkBool32, pub integerDotProduct16BitUnsignedAccelerated: VkBool32, pub integerDotProduct16BitSignedAccelerated: VkBool32, pub integerDotProduct16BitMixedSignednessAccelerated: VkBool32, pub integerDotProduct32BitUnsignedAccelerated: VkBool32, pub integerDotProduct32BitSignedAccelerated: VkBool32, pub integerDotProduct32BitMixedSignednessAccelerated: VkBool32, pub integerDotProduct64BitUnsignedAccelerated: VkBool32, pub integerDotProduct64BitSignedAccelerated: VkBool32, pub integerDotProduct64BitMixedSignednessAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating8BitUnsignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating8BitSignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating16BitUnsignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating16BitSignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating32BitUnsignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating32BitSignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating64BitUnsignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating64BitSignedAccelerated: VkBool32, pub integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated: VkBool32, pub storageTexelBufferOffsetAlignmentBytes: VkDeviceSize, pub storageTexelBufferOffsetSingleTexelAlignment: VkBool32, pub uniformTexelBufferOffsetAlignmentBytes: VkDeviceSize, pub uniformTexelBufferOffsetSingleTexelAlignment: VkBool32, pub maxBufferSize: VkDeviceSize,
}
Expand description

VkPhysicalDeviceVulkan13Properties

Fields§

§sType: VkStructureType§pNext: *mut void§minSubgroupSize: uint32_t

The minimum subgroup size supported by this device

§maxSubgroupSize: uint32_t

The maximum subgroup size supported by this device

§maxComputeWorkgroupSubgroups: uint32_t

The maximum number of subgroups supported in a workgroup

§requiredSubgroupSizeStages: VkShaderStageFlags

The shader stages that support specifying a subgroup size

§maxInlineUniformBlockSize: uint32_t§maxPerStageDescriptorInlineUniformBlocks: uint32_t§maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks: uint32_t§maxDescriptorSetInlineUniformBlocks: uint32_t§maxDescriptorSetUpdateAfterBindInlineUniformBlocks: uint32_t§maxInlineUniformTotalSize: uint32_t§integerDotProduct8BitUnsignedAccelerated: VkBool32§integerDotProduct8BitSignedAccelerated: VkBool32§integerDotProduct8BitMixedSignednessAccelerated: VkBool32§integerDotProduct4x8BitPackedUnsignedAccelerated: VkBool32§integerDotProduct4x8BitPackedSignedAccelerated: VkBool32§integerDotProduct4x8BitPackedMixedSignednessAccelerated: VkBool32§integerDotProduct16BitUnsignedAccelerated: VkBool32§integerDotProduct16BitSignedAccelerated: VkBool32§integerDotProduct16BitMixedSignednessAccelerated: VkBool32§integerDotProduct32BitUnsignedAccelerated: VkBool32§integerDotProduct32BitSignedAccelerated: VkBool32§integerDotProduct32BitMixedSignednessAccelerated: VkBool32§integerDotProduct64BitUnsignedAccelerated: VkBool32§integerDotProduct64BitSignedAccelerated: VkBool32§integerDotProduct64BitMixedSignednessAccelerated: VkBool32§integerDotProductAccumulatingSaturating8BitUnsignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating8BitSignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated: VkBool32§integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated: VkBool32§integerDotProductAccumulatingSaturating16BitUnsignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating16BitSignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated: VkBool32§integerDotProductAccumulatingSaturating32BitUnsignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating32BitSignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated: VkBool32§integerDotProductAccumulatingSaturating64BitUnsignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating64BitSignedAccelerated: VkBool32§integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated: VkBool32§storageTexelBufferOffsetAlignmentBytes: VkDeviceSize§storageTexelBufferOffsetSingleTexelAlignment: VkBool32§uniformTexelBufferOffsetAlignmentBytes: VkDeviceSize§uniformTexelBufferOffsetSingleTexelAlignment: VkBool32§maxBufferSize: VkDeviceSize

Implementations§

Trait Implementations§

Source§

impl Chainable for VkPhysicalDeviceVulkan13Properties

Source§

const TYPE: VkStructureType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES

The value of sType field
Source§

fn p_next(&self) -> &*const c_void

The const reference of pNext field
Source§

fn p_next_mut(&mut self) -> &mut *mut c_void

The mutable reference of pNext field
Source§

unsafe fn push_next<E: Extend<Self>>(&mut self, ex: &mut E) -> &mut Self

Push the next struct to the chain
Source§

unsafe fn next(&self) -> Option<&VkBaseInStructure>

Get the next struct in the chain
Source§

unsafe fn next_mut(&mut self) -> Option<&mut VkBaseOutStructure>

Get the next struct in the chain
Source§

unsafe fn upcast(&self) -> &VkBaseInStructure

Upcast the struct to VkBaseInStructure
Source§

unsafe fn upcast_mut(&mut self) -> &mut VkBaseOutStructure

Upcast the struct to VkBaseOutStructure
Source§

impl Clone for VkPhysicalDeviceVulkan13Properties

Source§

fn clone(&self) -> VkPhysicalDeviceVulkan13Properties

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for VkPhysicalDeviceVulkan13Properties

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for VkPhysicalDeviceVulkan13Properties

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for VkPhysicalDeviceVulkan13Properties

Source§

impl Extend<VkPhysicalDeviceProperties2> for VkPhysicalDeviceVulkan13Properties

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.