#[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_tThe minimum subgroup size supported by this device
maxSubgroupSize: uint32_tThe maximum subgroup size supported by this device
maxComputeWorkgroupSubgroups: uint32_tThe maximum number of subgroups supported in a workgroup
requiredSubgroupSizeStages: VkShaderStageFlagsThe 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: VkDeviceSizeImplementations§
Trait Implementations§
Source§impl Chainable for VkPhysicalDeviceVulkan13Properties
impl Chainable for VkPhysicalDeviceVulkan13Properties
Source§const TYPE: VkStructureType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES
const TYPE: VkStructureType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES
The value of
sType fieldSource§fn p_next_mut(&mut self) -> &mut *mut c_void
fn p_next_mut(&mut self) -> &mut *mut c_void
The mutable reference of
pNext fieldSource§unsafe fn push_next<E: Extend<Self>>(&mut self, ex: &mut E) -> &mut Self
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>
unsafe fn next(&self) -> Option<&VkBaseInStructure>
Get the next struct in the chain
Source§unsafe fn next_mut(&mut self) -> Option<&mut VkBaseOutStructure>
unsafe fn next_mut(&mut self) -> Option<&mut VkBaseOutStructure>
Get the next struct in the chain
Source§unsafe fn upcast(&self) -> &VkBaseInStructure
unsafe fn upcast(&self) -> &VkBaseInStructure
Upcast the struct to
VkBaseInStructureSource§unsafe fn upcast_mut(&mut self) -> &mut VkBaseOutStructure
unsafe fn upcast_mut(&mut self) -> &mut VkBaseOutStructure
Upcast the struct to
VkBaseOutStructureSource§impl Clone for VkPhysicalDeviceVulkan13Properties
impl Clone for VkPhysicalDeviceVulkan13Properties
Source§fn clone(&self) -> VkPhysicalDeviceVulkan13Properties
fn clone(&self) -> VkPhysicalDeviceVulkan13Properties
Returns a duplicate 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 moreimpl Copy for VkPhysicalDeviceVulkan13Properties
impl Extend<VkPhysicalDeviceProperties2> for VkPhysicalDeviceVulkan13Properties
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceVulkan13Properties
impl RefUnwindSafe for VkPhysicalDeviceVulkan13Properties
impl !Send for VkPhysicalDeviceVulkan13Properties
impl !Sync for VkPhysicalDeviceVulkan13Properties
impl Unpin for VkPhysicalDeviceVulkan13Properties
impl UnsafeUnpin for VkPhysicalDeviceVulkan13Properties
impl UnwindSafe for VkPhysicalDeviceVulkan13Properties
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