Package org.lwjgl.vulkan
Class VkPhysicalDeviceVulkan13Properties
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceVulkan13Properties>
org.lwjgl.vulkan.VkPhysicalDeviceVulkan13Properties
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkPhysicalDeviceVulkan13Properties
extends org.lwjgl.system.Struct<VkPhysicalDeviceVulkan13Properties>
implements org.lwjgl.system.NativeResource
Structure specifying physical device properties for functionality promoted to Vulkan 1.3.
Description
If the VkPhysicalDeviceVulkan13Properties structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.
These properties correspond to Vulkan 1.3 functionality.
The members of VkPhysicalDeviceVulkan13Properties must have the same values as the corresponding members of VkPhysicalDeviceInlineUniformBlockProperties and VkPhysicalDeviceSubgroupSizeControlProperties.
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES
Layout
struct VkPhysicalDeviceVulkan13Properties {
VkStructureType sType();
void * pNext();
uint32_t minSubgroupSize();
uint32_t maxSubgroupSize();
uint32_t maxComputeWorkgroupSubgroups();
VkShaderStageFlags requiredSubgroupSizeStages();
uint32_t maxInlineUniformBlockSize();
uint32_t maxPerStageDescriptorInlineUniformBlocks();
uint32_t maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks();
uint32_t maxDescriptorSetInlineUniformBlocks();
uint32_t maxDescriptorSetUpdateAfterBindInlineUniformBlocks();
uint32_t maxInlineUniformTotalSize();
VkBool32 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();
VkDeviceSize storageTexelBufferOffsetAlignmentBytes();
VkBool32 storageTexelBufferOffsetSingleTexelAlignment();
VkDeviceSize uniformTexelBufferOffsetAlignmentBytes();
VkBool32 uniformTexelBufferOffsetSingleTexelAlignment();
VkDeviceSize maxBufferSize();
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofVkPhysicalDeviceVulkan13Propertiesstructs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceVulkan13Properties(ByteBuffer container) Creates aVkPhysicalDeviceVulkan13Propertiesinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated withmemCalloc.calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.create()Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated withBufferUtils.create(int capacity) Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkPhysicalDeviceVulkan13Propertiesinstance for the specified memory address.create(long address, int capacity) Create aVkPhysicalDeviceVulkan13Properties.Bufferinstance at the specified memory.static @Nullable VkPhysicalDeviceVulkan13PropertiescreateSafe(long address) static @Nullable VkPhysicalDeviceVulkan13Properties.BuffercreateSafe(long address, int capacity) booleana boolean that will beTRUEif the support for 16-bit mixed signedness dot product operations using theOpSUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 16-bit signed dot product operations using theOpSDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 16-bit unsigned dot product operations using theOpUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 32-bit mixed signedness dot product operations using theOpSUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 32-bit signed dot product operations using theOpSDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 32-bit unsigned dot product operations using theOpUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit mixed signedness dot product operations from operands packed into 32-bit integers using theOpSUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit signed dot product operations from operands packed into 32-bit integers using theOpSDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit unsigned dot product operations from operands packed into 32-bit integers using theOpUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 64-bit mixed signedness dot product operations using theOpSUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 64-bit signed dot product operations using theOpSDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 64-bit unsigned dot product operations using theOpUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit mixed signedness dot product operations using theOpSUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit signed dot product operations using theOpSDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit unsigned dot product operations using theOpUDotKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 16-bit mixed signedness accumulating saturating dot product operations using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 16-bit signed accumulating saturating dot product operations using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 16-bit unsigned accumulating saturating dot product operations using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 32-bit mixed signedness accumulating saturating dot product operations using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 32-bit signed accumulating saturating dot product operations using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 32-bit unsigned accumulating saturating dot product operations using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit mixed signedness accumulating saturating dot product operations from operands packed into 32-bit integers using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit signed accumulating saturating dot product operations from operands packed into 32-bit integers using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit unsigned accumulating saturating dot product operations from operands packed into 32-bit integers using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 64-bit mixed signedness accumulating saturating dot product operations using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 64-bit signed accumulating saturating dot product operations using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 64-bit unsigned accumulating saturating dot product operations using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit mixed signedness accumulating saturating dot product operations using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit signed accumulating saturating dot product operations using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below.booleana boolean that will beTRUEif the support for 8-bit unsigned accumulating saturating dot product operations using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below.malloc()Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated withmemAlloc.malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated on the specifiedMemoryStack.malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated on the specifiedMemoryStack.longthe maximum sizeVkBufferthat can be created.intthe maximum number of subgroups supported by the implementation within a workgroup.intthe maximum number of inline uniform block bindings that can be included in descriptor bindings in a pipeline layout across all pipeline shader stages and descriptor set numbers.intsimilar tomaxDescriptorSetInlineUniformBlocksbut counts descriptor bindings from descriptor sets created with or without theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITbit set.intthe maximum size in bytes of an inline uniform block binding.intthe maximum total size in bytes of all inline uniform block bindings, across all pipeline shader stages and descriptor set numbers, that can be included in a pipeline layout.intthe maximum number of inline uniform block bindings that can be accessible to a single shader stage in a pipeline layout.intsimilar tomaxPerStageDescriptorInlineUniformBlocksbut counts descriptor bindings from descriptor sets created with or without theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITbit set.intthe maximum subgroup size supported by this device.intthe minimum subgroup size supported by this device.static intnintegerDotProduct16BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct16BitMixedSignednessAccelerated().static intnintegerDotProduct16BitSignedAccelerated(long struct) Unsafe version ofintegerDotProduct16BitSignedAccelerated().static intnintegerDotProduct16BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct16BitUnsignedAccelerated().static intnintegerDotProduct32BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct32BitMixedSignednessAccelerated().static intnintegerDotProduct32BitSignedAccelerated(long struct) Unsafe version ofintegerDotProduct32BitSignedAccelerated().static intnintegerDotProduct32BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct32BitUnsignedAccelerated().static intUnsafe version ofintegerDotProduct4x8BitPackedMixedSignednessAccelerated().static intnintegerDotProduct4x8BitPackedSignedAccelerated(long struct) Unsafe version ofintegerDotProduct4x8BitPackedSignedAccelerated().static intnintegerDotProduct4x8BitPackedUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct4x8BitPackedUnsignedAccelerated().static intnintegerDotProduct64BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct64BitMixedSignednessAccelerated().static intnintegerDotProduct64BitSignedAccelerated(long struct) Unsafe version ofintegerDotProduct64BitSignedAccelerated().static intnintegerDotProduct64BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct64BitUnsignedAccelerated().static intnintegerDotProduct8BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct8BitMixedSignednessAccelerated().static intnintegerDotProduct8BitSignedAccelerated(long struct) Unsafe version ofintegerDotProduct8BitSignedAccelerated().static intnintegerDotProduct8BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct8BitUnsignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating16BitSignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating16BitUnsignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating32BitSignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating32BitUnsignedAccelerated().static intstatic intUnsafe version ofintegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating64BitSignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating64BitUnsignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating8BitSignedAccelerated().static intUnsafe version ofintegerDotProductAccumulatingSaturating8BitUnsignedAccelerated().static longnmaxBufferSize(long struct) Unsafe version ofmaxBufferSize().static intnmaxComputeWorkgroupSubgroups(long struct) Unsafe version ofmaxComputeWorkgroupSubgroups().static intnmaxDescriptorSetInlineUniformBlocks(long struct) Unsafe version ofmaxDescriptorSetInlineUniformBlocks().static intnmaxDescriptorSetUpdateAfterBindInlineUniformBlocks(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindInlineUniformBlocks().static intnmaxInlineUniformBlockSize(long struct) Unsafe version ofmaxInlineUniformBlockSize().static intnmaxInlineUniformTotalSize(long struct) Unsafe version ofmaxInlineUniformTotalSize().static intnmaxPerStageDescriptorInlineUniformBlocks(long struct) Unsafe version ofmaxPerStageDescriptorInlineUniformBlocks().static intUnsafe version ofmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks().static intnmaxSubgroupSize(long struct) Unsafe version ofmaxSubgroupSize().static intnminSubgroupSize(long struct) Unsafe version ofminSubgroupSize().static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnrequiredSubgroupSizeStages(long struct) Unsafe version ofrequiredSubgroupSizeStages().static longnstorageTexelBufferOffsetAlignmentBytes(long struct) Unsafe version ofstorageTexelBufferOffsetAlignmentBytes().static intnstorageTexelBufferOffsetSingleTexelAlignment(long struct) Unsafe version ofstorageTexelBufferOffsetSingleTexelAlignment().static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.static longnuniformTexelBufferOffsetAlignmentBytes(long struct) Unsafe version ofuniformTexelBufferOffsetAlignmentBytes().static intnuniformTexelBufferOffsetSingleTexelAlignment(long struct) Unsafe version ofuniformTexelBufferOffsetSingleTexelAlignment().longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.inta bitfield of what shader stages support having a required subgroup size specified.set(int sType, long pNext) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()longa byte alignment that is sufficient for a storage texel buffer of any format.booleanindicates whether single texel alignment is sufficient for a storage texel buffer of any format.intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIESvalue to thesType()field.longa byte alignment that is sufficient for a uniform texel buffer of any format.booleanindicates whether single texel alignment is sufficient for a uniform texel buffer of any format.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
MINSUBGROUPSIZE
public static final int MINSUBGROUPSIZEThe struct member offsets. -
MAXSUBGROUPSIZE
public static final int MAXSUBGROUPSIZEThe struct member offsets. -
MAXCOMPUTEWORKGROUPSUBGROUPS
public static final int MAXCOMPUTEWORKGROUPSUBGROUPSThe struct member offsets. -
REQUIREDSUBGROUPSIZESTAGES
public static final int REQUIREDSUBGROUPSIZESTAGESThe struct member offsets. -
MAXINLINEUNIFORMBLOCKSIZE
public static final int MAXINLINEUNIFORMBLOCKSIZEThe struct member offsets. -
MAXPERSTAGEDESCRIPTORINLINEUNIFORMBLOCKS
public static final int MAXPERSTAGEDESCRIPTORINLINEUNIFORMBLOCKSThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDINLINEUNIFORMBLOCKS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDINLINEUNIFORMBLOCKSThe struct member offsets. -
MAXDESCRIPTORSETINLINEUNIFORMBLOCKS
public static final int MAXDESCRIPTORSETINLINEUNIFORMBLOCKSThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDINLINEUNIFORMBLOCKS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDINLINEUNIFORMBLOCKSThe struct member offsets. -
MAXINLINEUNIFORMTOTALSIZE
public static final int MAXINLINEUNIFORMTOTALSIZEThe struct member offsets. -
INTEGERDOTPRODUCT8BITUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT8BITUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT8BITSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT8BITSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT8BITMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCT8BITMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT4X8BITPACKEDUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT4X8BITPACKEDUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT4X8BITPACKEDSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT4X8BITPACKEDSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT4X8BITPACKEDMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCT4X8BITPACKEDMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT16BITUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT16BITUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT16BITSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT16BITSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT16BITMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCT16BITMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT32BITUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT32BITUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT32BITSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT32BITSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT32BITMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCT32BITMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT64BITUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT64BITUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT64BITSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCT64BITSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCT64BITMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCT64BITMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITUNSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITUNSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITSIGNEDACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITSIGNEDACCELERATEDThe struct member offsets. -
INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITMIXEDSIGNEDNESSACCELERATED
public static final int INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITMIXEDSIGNEDNESSACCELERATEDThe struct member offsets. -
STORAGETEXELBUFFEROFFSETALIGNMENTBYTES
public static final int STORAGETEXELBUFFEROFFSETALIGNMENTBYTESThe struct member offsets. -
STORAGETEXELBUFFEROFFSETSINGLETEXELALIGNMENT
public static final int STORAGETEXELBUFFEROFFSETSINGLETEXELALIGNMENTThe struct member offsets. -
UNIFORMTEXELBUFFEROFFSETALIGNMENTBYTES
public static final int UNIFORMTEXELBUFFEROFFSETALIGNMENTBYTESThe struct member offsets. -
UNIFORMTEXELBUFFEROFFSETSINGLETEXELALIGNMENT
public static final int UNIFORMTEXELBUFFEROFFSETSINGLETEXELALIGNMENTThe struct member offsets. -
MAXBUFFERSIZE
public static final int MAXBUFFERSIZEThe struct member offsets.
-
-
Constructor Details
-
VkPhysicalDeviceVulkan13Properties
Creates aVkPhysicalDeviceVulkan13Propertiesinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkPhysicalDeviceVulkan13Properties>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
minSubgroupSize
public int minSubgroupSize()the minimum subgroup size supported by this device.minSubgroupSizeis at least one if any of the physical device’s queues supportQUEUE_GRAPHICS_BITorQUEUE_COMPUTE_BIT.minSubgroupSizeis a power-of-two.minSubgroupSizeis less than or equal tomaxSubgroupSize.minSubgroupSizeis less than or equal tosubgroupSize. -
maxSubgroupSize
public int maxSubgroupSize()the maximum subgroup size supported by this device.maxSubgroupSizeis at least one if any of the physical device’s queues supportQUEUE_GRAPHICS_BITorQUEUE_COMPUTE_BIT.maxSubgroupSizeis a power-of-two.maxSubgroupSizeis greater than or equal tominSubgroupSize.maxSubgroupSizeis greater than or equal tosubgroupSize. -
maxComputeWorkgroupSubgroups
public int maxComputeWorkgroupSubgroups()the maximum number of subgroups supported by the implementation within a workgroup. -
requiredSubgroupSizeStages
public int requiredSubgroupSizeStages()a bitfield of what shader stages support having a required subgroup size specified. -
maxInlineUniformBlockSize
public int maxInlineUniformBlockSize()the maximum size in bytes of an inline uniform block binding. -
maxPerStageDescriptorInlineUniformBlocks
public int maxPerStageDescriptorInlineUniformBlocks()the maximum number of inline uniform block bindings that can be accessible to a single shader stage in a pipeline layout. Descriptor bindings with a descriptor type ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCKcount against this limit. Only descriptor bindings in descriptor set layouts created without theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITbit set count against this limit. -
maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks
public int maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks()similar tomaxPerStageDescriptorInlineUniformBlocksbut counts descriptor bindings from descriptor sets created with or without theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITbit set. -
maxDescriptorSetInlineUniformBlocks
public int maxDescriptorSetInlineUniformBlocks()the maximum number of inline uniform block bindings that can be included in descriptor bindings in a pipeline layout across all pipeline shader stages and descriptor set numbers. Descriptor bindings with a descriptor type ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCKcount against this limit. Only descriptor bindings in descriptor set layouts created without theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITbit set count against this limit. -
maxDescriptorSetUpdateAfterBindInlineUniformBlocks
public int maxDescriptorSetUpdateAfterBindInlineUniformBlocks()similar tomaxDescriptorSetInlineUniformBlocksbut counts descriptor bindings from descriptor sets created with or without theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITbit set. -
maxInlineUniformTotalSize
public int maxInlineUniformTotalSize()the maximum total size in bytes of all inline uniform block bindings, across all pipeline shader stages and descriptor set numbers, that can be included in a pipeline layout. Descriptor bindings with a descriptor type ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCKcount against this limit. -
integerDotProduct8BitUnsignedAccelerated
public boolean integerDotProduct8BitUnsignedAccelerated()a boolean that will beTRUEif the support for 8-bit unsigned dot product operations using theOpUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct8BitSignedAccelerated
public boolean integerDotProduct8BitSignedAccelerated()a boolean that will beTRUEif the support for 8-bit signed dot product operations using theOpSDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct8BitMixedSignednessAccelerated
public boolean integerDotProduct8BitMixedSignednessAccelerated()a boolean that will beTRUEif the support for 8-bit mixed signedness dot product operations using theOpSUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct4x8BitPackedUnsignedAccelerated
public boolean integerDotProduct4x8BitPackedUnsignedAccelerated()a boolean that will beTRUEif the support for 8-bit unsigned dot product operations from operands packed into 32-bit integers using theOpUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct4x8BitPackedSignedAccelerated
public boolean integerDotProduct4x8BitPackedSignedAccelerated()a boolean that will beTRUEif the support for 8-bit signed dot product operations from operands packed into 32-bit integers using theOpSDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct4x8BitPackedMixedSignednessAccelerated
public boolean integerDotProduct4x8BitPackedMixedSignednessAccelerated()a boolean that will beTRUEif the support for 8-bit mixed signedness dot product operations from operands packed into 32-bit integers using theOpSUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct16BitUnsignedAccelerated
public boolean integerDotProduct16BitUnsignedAccelerated()a boolean that will beTRUEif the support for 16-bit unsigned dot product operations using theOpUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct16BitSignedAccelerated
public boolean integerDotProduct16BitSignedAccelerated()a boolean that will beTRUEif the support for 16-bit signed dot product operations using theOpSDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct16BitMixedSignednessAccelerated
public boolean integerDotProduct16BitMixedSignednessAccelerated()a boolean that will beTRUEif the support for 16-bit mixed signedness dot product operations using theOpSUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct32BitUnsignedAccelerated
public boolean integerDotProduct32BitUnsignedAccelerated()a boolean that will beTRUEif the support for 32-bit unsigned dot product operations using theOpUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct32BitSignedAccelerated
public boolean integerDotProduct32BitSignedAccelerated()a boolean that will beTRUEif the support for 32-bit signed dot product operations using theOpSDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct32BitMixedSignednessAccelerated
public boolean integerDotProduct32BitMixedSignednessAccelerated()a boolean that will beTRUEif the support for 32-bit mixed signedness dot product operations using theOpSUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct64BitUnsignedAccelerated
public boolean integerDotProduct64BitUnsignedAccelerated()a boolean that will beTRUEif the support for 64-bit unsigned dot product operations using theOpUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct64BitSignedAccelerated
public boolean integerDotProduct64BitSignedAccelerated()a boolean that will beTRUEif the support for 64-bit signed dot product operations using theOpSDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProduct64BitMixedSignednessAccelerated
public boolean integerDotProduct64BitMixedSignednessAccelerated()a boolean that will beTRUEif the support for 64-bit mixed signedness dot product operations using theOpSUDotKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating8BitUnsignedAccelerated
public boolean integerDotProductAccumulatingSaturating8BitUnsignedAccelerated()a boolean that will beTRUEif the support for 8-bit unsigned accumulating saturating dot product operations using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating8BitSignedAccelerated
public boolean integerDotProductAccumulatingSaturating8BitSignedAccelerated()a boolean that will beTRUEif the support for 8-bit signed accumulating saturating dot product operations using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated
public boolean integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated()a boolean that will beTRUEif the support for 8-bit mixed signedness accumulating saturating dot product operations using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated
public boolean integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated()a boolean that will beTRUEif the support for 8-bit unsigned accumulating saturating dot product operations from operands packed into 32-bit integers using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated
public boolean integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated()a boolean that will beTRUEif the support for 8-bit signed accumulating saturating dot product operations from operands packed into 32-bit integers using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated
public boolean integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated()a boolean that will beTRUEif the support for 8-bit mixed signedness accumulating saturating dot product operations from operands packed into 32-bit integers using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating16BitUnsignedAccelerated
public boolean integerDotProductAccumulatingSaturating16BitUnsignedAccelerated()a boolean that will beTRUEif the support for 16-bit unsigned accumulating saturating dot product operations using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating16BitSignedAccelerated
public boolean integerDotProductAccumulatingSaturating16BitSignedAccelerated()a boolean that will beTRUEif the support for 16-bit signed accumulating saturating dot product operations using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated
public boolean integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated()a boolean that will beTRUEif the support for 16-bit mixed signedness accumulating saturating dot product operations using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating32BitUnsignedAccelerated
public boolean integerDotProductAccumulatingSaturating32BitUnsignedAccelerated()a boolean that will beTRUEif the support for 32-bit unsigned accumulating saturating dot product operations using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating32BitSignedAccelerated
public boolean integerDotProductAccumulatingSaturating32BitSignedAccelerated()a boolean that will beTRUEif the support for 32-bit signed accumulating saturating dot product operations using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated
public boolean integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated()a boolean that will beTRUEif the support for 32-bit mixed signedness accumulating saturating dot product operations using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating64BitUnsignedAccelerated
public boolean integerDotProductAccumulatingSaturating64BitUnsignedAccelerated()a boolean that will beTRUEif the support for 64-bit unsigned accumulating saturating dot product operations using theOpUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating64BitSignedAccelerated
public boolean integerDotProductAccumulatingSaturating64BitSignedAccelerated()a boolean that will beTRUEif the support for 64-bit signed accumulating saturating dot product operations using theOpSDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated
public boolean integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated()a boolean that will beTRUEif the support for 64-bit mixed signedness accumulating saturating dot product operations using theOpSUDotAccSatKHRSPIR-V instruction is accelerated as defined below. -
storageTexelBufferOffsetAlignmentBytes
public long storageTexelBufferOffsetAlignmentBytes()a byte alignment that is sufficient for a storage texel buffer of any format. The value must be a power of two. -
storageTexelBufferOffsetSingleTexelAlignment
public boolean storageTexelBufferOffsetSingleTexelAlignment()indicates whether single texel alignment is sufficient for a storage texel buffer of any format. -
uniformTexelBufferOffsetAlignmentBytes
public long uniformTexelBufferOffsetAlignmentBytes()a byte alignment that is sufficient for a uniform texel buffer of any format. The value must be a power of two. -
uniformTexelBufferOffsetSingleTexelAlignment
public boolean uniformTexelBufferOffsetSingleTexelAlignment()indicates whether single texel alignment is sufficient for a uniform texel buffer of any format. -
maxBufferSize
public long maxBufferSize()the maximum sizeVkBufferthat can be created. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIESvalue to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated withBufferUtils. -
create
Returns a newVkPhysicalDeviceVulkan13Propertiesinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkPhysicalDeviceVulkan13Properties.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceVulkan13Properties.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceVulkan13Propertiesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static VkPhysicalDeviceVulkan13Properties.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
public static VkPhysicalDeviceVulkan13Properties.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Properties.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
nminSubgroupSize
public static int nminSubgroupSize(long struct) Unsafe version ofminSubgroupSize(). -
nmaxSubgroupSize
public static int nmaxSubgroupSize(long struct) Unsafe version ofmaxSubgroupSize(). -
nmaxComputeWorkgroupSubgroups
public static int nmaxComputeWorkgroupSubgroups(long struct) Unsafe version ofmaxComputeWorkgroupSubgroups(). -
nrequiredSubgroupSizeStages
public static int nrequiredSubgroupSizeStages(long struct) Unsafe version ofrequiredSubgroupSizeStages(). -
nmaxInlineUniformBlockSize
public static int nmaxInlineUniformBlockSize(long struct) Unsafe version ofmaxInlineUniformBlockSize(). -
nmaxPerStageDescriptorInlineUniformBlocks
public static int nmaxPerStageDescriptorInlineUniformBlocks(long struct) Unsafe version ofmaxPerStageDescriptorInlineUniformBlocks(). -
nmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks
public static int nmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks(). -
nmaxDescriptorSetInlineUniformBlocks
public static int nmaxDescriptorSetInlineUniformBlocks(long struct) Unsafe version ofmaxDescriptorSetInlineUniformBlocks(). -
nmaxDescriptorSetUpdateAfterBindInlineUniformBlocks
public static int nmaxDescriptorSetUpdateAfterBindInlineUniformBlocks(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindInlineUniformBlocks(). -
nmaxInlineUniformTotalSize
public static int nmaxInlineUniformTotalSize(long struct) Unsafe version ofmaxInlineUniformTotalSize(). -
nintegerDotProduct8BitUnsignedAccelerated
public static int nintegerDotProduct8BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct8BitUnsignedAccelerated(). -
nintegerDotProduct8BitSignedAccelerated
public static int nintegerDotProduct8BitSignedAccelerated(long struct) Unsafe version ofintegerDotProduct8BitSignedAccelerated(). -
nintegerDotProduct8BitMixedSignednessAccelerated
public static int nintegerDotProduct8BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct8BitMixedSignednessAccelerated(). -
nintegerDotProduct4x8BitPackedUnsignedAccelerated
public static int nintegerDotProduct4x8BitPackedUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct4x8BitPackedUnsignedAccelerated(). -
nintegerDotProduct4x8BitPackedSignedAccelerated
public static int nintegerDotProduct4x8BitPackedSignedAccelerated(long struct) Unsafe version ofintegerDotProduct4x8BitPackedSignedAccelerated(). -
nintegerDotProduct4x8BitPackedMixedSignednessAccelerated
public static int nintegerDotProduct4x8BitPackedMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct4x8BitPackedMixedSignednessAccelerated(). -
nintegerDotProduct16BitUnsignedAccelerated
public static int nintegerDotProduct16BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct16BitUnsignedAccelerated(). -
nintegerDotProduct16BitSignedAccelerated
public static int nintegerDotProduct16BitSignedAccelerated(long struct) Unsafe version ofintegerDotProduct16BitSignedAccelerated(). -
nintegerDotProduct16BitMixedSignednessAccelerated
public static int nintegerDotProduct16BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct16BitMixedSignednessAccelerated(). -
nintegerDotProduct32BitUnsignedAccelerated
public static int nintegerDotProduct32BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct32BitUnsignedAccelerated(). -
nintegerDotProduct32BitSignedAccelerated
public static int nintegerDotProduct32BitSignedAccelerated(long struct) Unsafe version ofintegerDotProduct32BitSignedAccelerated(). -
nintegerDotProduct32BitMixedSignednessAccelerated
public static int nintegerDotProduct32BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct32BitMixedSignednessAccelerated(). -
nintegerDotProduct64BitUnsignedAccelerated
public static int nintegerDotProduct64BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProduct64BitUnsignedAccelerated(). -
nintegerDotProduct64BitSignedAccelerated
public static int nintegerDotProduct64BitSignedAccelerated(long struct) Unsafe version ofintegerDotProduct64BitSignedAccelerated(). -
nintegerDotProduct64BitMixedSignednessAccelerated
public static int nintegerDotProduct64BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProduct64BitMixedSignednessAccelerated(). -
nintegerDotProductAccumulatingSaturating8BitUnsignedAccelerated
public static int nintegerDotProductAccumulatingSaturating8BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating8BitUnsignedAccelerated(). -
nintegerDotProductAccumulatingSaturating8BitSignedAccelerated
public static int nintegerDotProductAccumulatingSaturating8BitSignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating8BitSignedAccelerated(). -
nintegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated
public static int nintegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated(). -
nintegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated
public static int nintegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated(). -
nintegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated
public static int nintegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated(). -
nintegerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated
public static int nintegerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated(long struct) -
nintegerDotProductAccumulatingSaturating16BitUnsignedAccelerated
public static int nintegerDotProductAccumulatingSaturating16BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating16BitUnsignedAccelerated(). -
nintegerDotProductAccumulatingSaturating16BitSignedAccelerated
public static int nintegerDotProductAccumulatingSaturating16BitSignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating16BitSignedAccelerated(). -
nintegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated
public static int nintegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated(). -
nintegerDotProductAccumulatingSaturating32BitUnsignedAccelerated
public static int nintegerDotProductAccumulatingSaturating32BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating32BitUnsignedAccelerated(). -
nintegerDotProductAccumulatingSaturating32BitSignedAccelerated
public static int nintegerDotProductAccumulatingSaturating32BitSignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating32BitSignedAccelerated(). -
nintegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated
public static int nintegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated(). -
nintegerDotProductAccumulatingSaturating64BitUnsignedAccelerated
public static int nintegerDotProductAccumulatingSaturating64BitUnsignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating64BitUnsignedAccelerated(). -
nintegerDotProductAccumulatingSaturating64BitSignedAccelerated
public static int nintegerDotProductAccumulatingSaturating64BitSignedAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating64BitSignedAccelerated(). -
nintegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated
public static int nintegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated(long struct) Unsafe version ofintegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated(). -
nstorageTexelBufferOffsetAlignmentBytes
public static long nstorageTexelBufferOffsetAlignmentBytes(long struct) Unsafe version ofstorageTexelBufferOffsetAlignmentBytes(). -
nstorageTexelBufferOffsetSingleTexelAlignment
public static int nstorageTexelBufferOffsetSingleTexelAlignment(long struct) Unsafe version ofstorageTexelBufferOffsetSingleTexelAlignment(). -
nuniformTexelBufferOffsetAlignmentBytes
public static long nuniformTexelBufferOffsetAlignmentBytes(long struct) Unsafe version ofuniformTexelBufferOffsetAlignmentBytes(). -
nuniformTexelBufferOffsetSingleTexelAlignment
public static int nuniformTexelBufferOffsetSingleTexelAlignment(long struct) Unsafe version ofuniformTexelBufferOffsetSingleTexelAlignment(). -
nmaxBufferSize
public static long nmaxBufferSize(long struct) Unsafe version ofmaxBufferSize(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext.
-