Package org.lwjgl.vulkan
Class VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceShaderIntegerDotProductProperties>
org.lwjgl.vulkan.VkPhysicalDeviceShaderIntegerDotProductProperties
org.lwjgl.vulkan.VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
public class VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
extends VkPhysicalDeviceShaderIntegerDotProductProperties
struct VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR {
VkStructureType sType;
void * pNext;
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;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
structs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from class org.lwjgl.vulkan.VkPhysicalDeviceShaderIntegerDotProductProperties
ALIGNOF, INTEGERDOTPRODUCT16BITMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCT16BITSIGNEDACCELERATED, INTEGERDOTPRODUCT16BITUNSIGNEDACCELERATED, INTEGERDOTPRODUCT32BITMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCT32BITSIGNEDACCELERATED, INTEGERDOTPRODUCT32BITUNSIGNEDACCELERATED, INTEGERDOTPRODUCT4X8BITPACKEDMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCT4X8BITPACKEDSIGNEDACCELERATED, INTEGERDOTPRODUCT4X8BITPACKEDUNSIGNEDACCELERATED, INTEGERDOTPRODUCT64BITMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCT64BITSIGNEDACCELERATED, INTEGERDOTPRODUCT64BITUNSIGNEDACCELERATED, INTEGERDOTPRODUCT8BITMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCT8BITSIGNEDACCELERATED, INTEGERDOTPRODUCT8BITUNSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING16BITUNSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING32BITUNSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING4X8BITPACKEDUNSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING64BITUNSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITMIXEDSIGNEDNESSACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITSIGNEDACCELERATED, INTEGERDOTPRODUCTACCUMULATINGSATURATING8BITUNSIGNEDACCELERATED, PNEXT, SIZEOF, STYPE
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.calloc
(MemoryStack stack) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.create()
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated withBufferUtils
.create
(long address) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance for the specified memory address.create
(long address, int capacity) Create aVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance at the specified memory.static @Nullable VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
createSafe
(long address) static @Nullable VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
createSafe
(long address, int capacity) malloc()
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
.malloc
(MemoryStack stack) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated on the specifiedMemoryStack
.pNext
(long value) Sets the specified value to thepNext
field.set
(int sType, long pNext) Initializes this struct with the specified values.Copies the specified struct data to this struct.sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES
value to thesType
field.Methods inherited from class org.lwjgl.vulkan.VkPhysicalDeviceShaderIntegerDotProductProperties
integerDotProduct16BitMixedSignednessAccelerated, integerDotProduct16BitSignedAccelerated, integerDotProduct16BitUnsignedAccelerated, integerDotProduct32BitMixedSignednessAccelerated, integerDotProduct32BitSignedAccelerated, integerDotProduct32BitUnsignedAccelerated, integerDotProduct4x8BitPackedMixedSignednessAccelerated, integerDotProduct4x8BitPackedSignedAccelerated, integerDotProduct4x8BitPackedUnsignedAccelerated, integerDotProduct64BitMixedSignednessAccelerated, integerDotProduct64BitSignedAccelerated, integerDotProduct64BitUnsignedAccelerated, integerDotProduct8BitMixedSignednessAccelerated, integerDotProduct8BitSignedAccelerated, integerDotProduct8BitUnsignedAccelerated, integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated, integerDotProductAccumulatingSaturating16BitSignedAccelerated, integerDotProductAccumulatingSaturating16BitUnsignedAccelerated, integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated, integerDotProductAccumulatingSaturating32BitSignedAccelerated, integerDotProductAccumulatingSaturating32BitUnsignedAccelerated, integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated, integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated, integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated, integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated, integerDotProductAccumulatingSaturating64BitSignedAccelerated, integerDotProductAccumulatingSaturating64BitUnsignedAccelerated, integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated, integerDotProductAccumulatingSaturating8BitSignedAccelerated, integerDotProductAccumulatingSaturating8BitUnsignedAccelerated, nintegerDotProduct16BitMixedSignednessAccelerated, nintegerDotProduct16BitSignedAccelerated, nintegerDotProduct16BitUnsignedAccelerated, nintegerDotProduct32BitMixedSignednessAccelerated, nintegerDotProduct32BitSignedAccelerated, nintegerDotProduct32BitUnsignedAccelerated, nintegerDotProduct4x8BitPackedMixedSignednessAccelerated, nintegerDotProduct4x8BitPackedSignedAccelerated, nintegerDotProduct4x8BitPackedUnsignedAccelerated, nintegerDotProduct64BitMixedSignednessAccelerated, nintegerDotProduct64BitSignedAccelerated, nintegerDotProduct64BitUnsignedAccelerated, nintegerDotProduct8BitMixedSignednessAccelerated, nintegerDotProduct8BitSignedAccelerated, nintegerDotProduct8BitUnsignedAccelerated, nintegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated, nintegerDotProductAccumulatingSaturating16BitSignedAccelerated, nintegerDotProductAccumulatingSaturating16BitUnsignedAccelerated, nintegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated, nintegerDotProductAccumulatingSaturating32BitSignedAccelerated, nintegerDotProductAccumulatingSaturating32BitUnsignedAccelerated, nintegerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated, nintegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated, nintegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated, nintegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated, nintegerDotProductAccumulatingSaturating64BitSignedAccelerated, nintegerDotProductAccumulatingSaturating64BitUnsignedAccelerated, nintegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated, nintegerDotProductAccumulatingSaturating8BitSignedAccelerated, nintegerDotProductAccumulatingSaturating8BitUnsignedAccelerated, npNext, npNext, nsType, nsType, pNext, set, sizeof, sType
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
Creates aVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance at the current position of the specifiedByteBuffer
container. 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
-
sType
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceShaderIntegerDotProductProperties
-
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES
value to thesType
field.- Overrides:
sType$Default
in classVkPhysicalDeviceShaderIntegerDotProductProperties
-
pNext
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceShaderIntegerDotProductProperties
-
set
Initializes this struct with the specified values.- Overrides:
set
in classVkPhysicalDeviceShaderIntegerDotProductProperties
-
set
public VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR set(VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR src) Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated withBufferUtils
. -
create
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance for the specified memory address. -
createSafe
public static @Nullable VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR createSafe(long address) -
malloc
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer create(long address, int capacity) Create aVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer malloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
public static VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer calloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-