Package org.lwjgl.vulkan
Class VkPhysicalDeviceVulkan12Properties
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceVulkan12Properties>
org.lwjgl.vulkan.VkPhysicalDeviceVulkan12Properties
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
public class VkPhysicalDeviceVulkan12Properties
extends Struct<VkPhysicalDeviceVulkan12Properties>
implements NativeResource
struct VkPhysicalDeviceVulkan12Properties {
VkStructureType sType;
void * pNext;
VkDriverId driverID;
char driverName[VK_MAX_DRIVER_NAME_SIZE];
char driverInfo[VK_MAX_DRIVER_INFO_SIZE];
VkConformanceVersion conformanceVersion;
VkShaderFloatControlsIndependence denormBehaviorIndependence;
VkShaderFloatControlsIndependence roundingModeIndependence;
VkBool32 shaderSignedZeroInfNanPreserveFloat16;
VkBool32 shaderSignedZeroInfNanPreserveFloat32;
VkBool32 shaderSignedZeroInfNanPreserveFloat64;
VkBool32 shaderDenormPreserveFloat16;
VkBool32 shaderDenormPreserveFloat32;
VkBool32 shaderDenormPreserveFloat64;
VkBool32 shaderDenormFlushToZeroFloat16;
VkBool32 shaderDenormFlushToZeroFloat32;
VkBool32 shaderDenormFlushToZeroFloat64;
VkBool32 shaderRoundingModeRTEFloat16;
VkBool32 shaderRoundingModeRTEFloat32;
VkBool32 shaderRoundingModeRTEFloat64;
VkBool32 shaderRoundingModeRTZFloat16;
VkBool32 shaderRoundingModeRTZFloat32;
VkBool32 shaderRoundingModeRTZFloat64;
uint32_t maxUpdateAfterBindDescriptorsInAllPools;
VkBool32 shaderUniformBufferArrayNonUniformIndexingNative;
VkBool32 shaderSampledImageArrayNonUniformIndexingNative;
VkBool32 shaderStorageBufferArrayNonUniformIndexingNative;
VkBool32 shaderStorageImageArrayNonUniformIndexingNative;
VkBool32 shaderInputAttachmentArrayNonUniformIndexingNative;
VkBool32 robustBufferAccessUpdateAfterBind;
VkBool32 quadDivergentImplicitLod;
uint32_t maxPerStageDescriptorUpdateAfterBindSamplers;
uint32_t maxPerStageDescriptorUpdateAfterBindUniformBuffers;
uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers;
uint32_t maxPerStageDescriptorUpdateAfterBindSampledImages;
uint32_t maxPerStageDescriptorUpdateAfterBindStorageImages;
uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments;
uint32_t maxPerStageUpdateAfterBindResources;
uint32_t maxDescriptorSetUpdateAfterBindSamplers;
uint32_t maxDescriptorSetUpdateAfterBindUniformBuffers;
uint32_t maxDescriptorSetUpdateAfterBindUniformBuffersDynamic;
uint32_t maxDescriptorSetUpdateAfterBindStorageBuffers;
uint32_t maxDescriptorSetUpdateAfterBindStorageBuffersDynamic;
uint32_t maxDescriptorSetUpdateAfterBindSampledImages;
uint32_t maxDescriptorSetUpdateAfterBindStorageImages;
uint32_t maxDescriptorSetUpdateAfterBindInputAttachments;
VkResolveModeFlags supportedDepthResolveModes;
VkResolveModeFlags supportedStencilResolveModes;
VkBool32 independentResolveNone;
VkBool32 independentResolve;
VkBool32 filterMinmaxSingleComponentFormats;
VkBool32 filterMinmaxImageComponentMapping;
uint64_t maxTimelineSemaphoreValueDifference;
VkSampleCountFlags framebufferIntegerColorSampleCounts;
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofVkPhysicalDeviceVulkan12Propertiesstructs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
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 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.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceVulkan12Properties(ByteBuffer container) Creates aVkPhysicalDeviceVulkan12Propertiesinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(MemoryStack stack) Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.create()Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated withBufferUtils.create(int capacity) Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkPhysicalDeviceVulkan12Propertiesinstance for the specified memory address.create(long address, int capacity) Create aVkPhysicalDeviceVulkan12Properties.Bufferinstance at the specified memory.static @Nullable VkPhysicalDeviceVulkan12PropertiescreateSafe(long address) static @Nullable VkPhysicalDeviceVulkan12Properties.BuffercreateSafe(long address, int capacity) intintdriverID()booleanbooleanintbooleanbooleanmalloc()Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated on the specifiedMemoryStack.malloc(MemoryStack stack) Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated on the specifiedMemoryStack.intintintintintintintintintintintintintintintlongintstatic VkConformanceVersionnconformanceVersion(long struct) Unsafe version ofconformanceVersion().static intndenormBehaviorIndependence(long struct) Unsafe version ofdenormBehaviorIndependence().static intndriverID(long struct) Unsafe version ofdriverID().static ByteBufferndriverInfo(long struct) Unsafe version ofdriverInfo().static StringndriverInfoString(long struct) Unsafe version ofdriverInfoString().static ByteBufferndriverName(long struct) Unsafe version ofdriverName().static StringndriverNameString(long struct) Unsafe version ofdriverNameString().static intnfilterMinmaxImageComponentMapping(long struct) Unsafe version offilterMinmaxImageComponentMapping().static intnfilterMinmaxSingleComponentFormats(long struct) Unsafe version offilterMinmaxSingleComponentFormats().static intnframebufferIntegerColorSampleCounts(long struct) Unsafe version offramebufferIntegerColorSampleCounts().static intnindependentResolve(long struct) Unsafe version ofindependentResolve().static intnindependentResolveNone(long struct) Unsafe version ofindependentResolveNone().static intnmaxDescriptorSetUpdateAfterBindInputAttachments(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindInputAttachments().static intnmaxDescriptorSetUpdateAfterBindSampledImages(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindSampledImages().static intnmaxDescriptorSetUpdateAfterBindSamplers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindSamplers().static intnmaxDescriptorSetUpdateAfterBindStorageBuffers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageBuffers().static intUnsafe version ofmaxDescriptorSetUpdateAfterBindStorageBuffersDynamic().static intnmaxDescriptorSetUpdateAfterBindStorageImages(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageImages().static intnmaxDescriptorSetUpdateAfterBindUniformBuffers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindUniformBuffers().static intUnsafe version ofmaxDescriptorSetUpdateAfterBindUniformBuffersDynamic().static intUnsafe version ofmaxPerStageDescriptorUpdateAfterBindInputAttachments().static intnmaxPerStageDescriptorUpdateAfterBindSampledImages(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindSampledImages().static intnmaxPerStageDescriptorUpdateAfterBindSamplers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindSamplers().static intnmaxPerStageDescriptorUpdateAfterBindStorageBuffers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindStorageBuffers().static intnmaxPerStageDescriptorUpdateAfterBindStorageImages(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindStorageImages().static intnmaxPerStageDescriptorUpdateAfterBindUniformBuffers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindUniformBuffers().static intnmaxPerStageUpdateAfterBindResources(long struct) Unsafe version ofmaxPerStageUpdateAfterBindResources().static longnmaxTimelineSemaphoreValueDifference(long struct) Unsafe version ofmaxTimelineSemaphoreValueDifference().static intnmaxUpdateAfterBindDescriptorsInAllPools(long struct) Unsafe version ofmaxUpdateAfterBindDescriptorsInAllPools().static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnquadDivergentImplicitLod(long struct) Unsafe version ofquadDivergentImplicitLod().static intnrobustBufferAccessUpdateAfterBind(long struct) Unsafe version ofrobustBufferAccessUpdateAfterBind().static intnroundingModeIndependence(long struct) Unsafe version ofroundingModeIndependence().static intnshaderDenormFlushToZeroFloat16(long struct) Unsafe version ofshaderDenormFlushToZeroFloat16().static intnshaderDenormFlushToZeroFloat32(long struct) Unsafe version ofshaderDenormFlushToZeroFloat32().static intnshaderDenormFlushToZeroFloat64(long struct) Unsafe version ofshaderDenormFlushToZeroFloat64().static intnshaderDenormPreserveFloat16(long struct) Unsafe version ofshaderDenormPreserveFloat16().static intnshaderDenormPreserveFloat32(long struct) Unsafe version ofshaderDenormPreserveFloat32().static intnshaderDenormPreserveFloat64(long struct) Unsafe version ofshaderDenormPreserveFloat64().static intnshaderInputAttachmentArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderInputAttachmentArrayNonUniformIndexingNative().static intnshaderRoundingModeRTEFloat16(long struct) Unsafe version ofshaderRoundingModeRTEFloat16().static intnshaderRoundingModeRTEFloat32(long struct) Unsafe version ofshaderRoundingModeRTEFloat32().static intnshaderRoundingModeRTEFloat64(long struct) Unsafe version ofshaderRoundingModeRTEFloat64().static intnshaderRoundingModeRTZFloat16(long struct) Unsafe version ofshaderRoundingModeRTZFloat16().static intnshaderRoundingModeRTZFloat32(long struct) Unsafe version ofshaderRoundingModeRTZFloat32().static intnshaderRoundingModeRTZFloat64(long struct) Unsafe version ofshaderRoundingModeRTZFloat64().static intnshaderSampledImageArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderSampledImageArrayNonUniformIndexingNative().static intnshaderSignedZeroInfNanPreserveFloat16(long struct) Unsafe version ofshaderSignedZeroInfNanPreserveFloat16().static intnshaderSignedZeroInfNanPreserveFloat32(long struct) Unsafe version ofshaderSignedZeroInfNanPreserveFloat32().static intnshaderSignedZeroInfNanPreserveFloat64(long struct) Unsafe version ofshaderSignedZeroInfNanPreserveFloat64().static intnshaderStorageBufferArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderStorageBufferArrayNonUniformIndexingNative().static intnshaderStorageImageArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderStorageImageArrayNonUniformIndexingNative().static intnshaderUniformBufferArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderUniformBufferArrayNonUniformIndexingNative().static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.static intnsupportedDepthResolveModes(long struct) Unsafe version ofsupportedDepthResolveModes().static intnsupportedStencilResolveModes(long struct) Unsafe version ofsupportedStencilResolveModes().longpNext()pNext(long value) Sets the specified value to thepNextfield.booleanbooleanintset(int sType, long pNext) Initializes this struct with the specified values.Copies the specified struct data to this struct.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanintsizeof()Returnssizeof(struct).intsType()sType(int value) Sets the specified value to thesTypefield.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_2_PROPERTIESvalue to thesTypefield.intintMethods 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. -
DRIVERID
public static final int DRIVERIDThe struct member offsets. -
DRIVERNAME
public static final int DRIVERNAMEThe struct member offsets. -
DRIVERINFO
public static final int DRIVERINFOThe struct member offsets. -
CONFORMANCEVERSION
public static final int CONFORMANCEVERSIONThe struct member offsets. -
DENORMBEHAVIORINDEPENDENCE
public static final int DENORMBEHAVIORINDEPENDENCEThe struct member offsets. -
ROUNDINGMODEINDEPENDENCE
public static final int ROUNDINGMODEINDEPENDENCEThe struct member offsets. -
SHADERSIGNEDZEROINFNANPRESERVEFLOAT16
public static final int SHADERSIGNEDZEROINFNANPRESERVEFLOAT16The struct member offsets. -
SHADERSIGNEDZEROINFNANPRESERVEFLOAT32
public static final int SHADERSIGNEDZEROINFNANPRESERVEFLOAT32The struct member offsets. -
SHADERSIGNEDZEROINFNANPRESERVEFLOAT64
public static final int SHADERSIGNEDZEROINFNANPRESERVEFLOAT64The struct member offsets. -
SHADERDENORMPRESERVEFLOAT16
public static final int SHADERDENORMPRESERVEFLOAT16The struct member offsets. -
SHADERDENORMPRESERVEFLOAT32
public static final int SHADERDENORMPRESERVEFLOAT32The struct member offsets. -
SHADERDENORMPRESERVEFLOAT64
public static final int SHADERDENORMPRESERVEFLOAT64The struct member offsets. -
SHADERDENORMFLUSHTOZEROFLOAT16
public static final int SHADERDENORMFLUSHTOZEROFLOAT16The struct member offsets. -
SHADERDENORMFLUSHTOZEROFLOAT32
public static final int SHADERDENORMFLUSHTOZEROFLOAT32The struct member offsets. -
SHADERDENORMFLUSHTOZEROFLOAT64
public static final int SHADERDENORMFLUSHTOZEROFLOAT64The struct member offsets. -
SHADERROUNDINGMODERTEFLOAT16
public static final int SHADERROUNDINGMODERTEFLOAT16The struct member offsets. -
SHADERROUNDINGMODERTEFLOAT32
public static final int SHADERROUNDINGMODERTEFLOAT32The struct member offsets. -
SHADERROUNDINGMODERTEFLOAT64
public static final int SHADERROUNDINGMODERTEFLOAT64The struct member offsets. -
SHADERROUNDINGMODERTZFLOAT16
public static final int SHADERROUNDINGMODERTZFLOAT16The struct member offsets. -
SHADERROUNDINGMODERTZFLOAT32
public static final int SHADERROUNDINGMODERTZFLOAT32The struct member offsets. -
SHADERROUNDINGMODERTZFLOAT64
public static final int SHADERROUNDINGMODERTZFLOAT64The struct member offsets. -
MAXUPDATEAFTERBINDDESCRIPTORSINALLPOOLS
public static final int MAXUPDATEAFTERBINDDESCRIPTORSINALLPOOLSThe struct member offsets. -
SHADERUNIFORMBUFFERARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERUNIFORMBUFFERARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
SHADERSAMPLEDIMAGEARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERSAMPLEDIMAGEARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
SHADERSTORAGEBUFFERARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERSTORAGEBUFFERARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
SHADERSTORAGEIMAGEARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERSTORAGEIMAGEARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
SHADERINPUTATTACHMENTARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERINPUTATTACHMENTARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
ROBUSTBUFFERACCESSUPDATEAFTERBIND
public static final int ROBUSTBUFFERACCESSUPDATEAFTERBINDThe struct member offsets. -
QUADDIVERGENTIMPLICITLOD
public static final int QUADDIVERGENTIMPLICITLODThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSAMPLERS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSAMPLERSThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDUNIFORMBUFFERS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDUNIFORMBUFFERSThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGEBUFFERS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGEBUFFERSThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSAMPLEDIMAGES
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSAMPLEDIMAGESThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGEIMAGES
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGEIMAGESThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDINPUTATTACHMENTS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDINPUTATTACHMENTSThe struct member offsets. -
MAXPERSTAGEUPDATEAFTERBINDRESOURCES
public static final int MAXPERSTAGEUPDATEAFTERBINDRESOURCESThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSAMPLERS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSAMPLERSThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDUNIFORMBUFFERS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDUNIFORMBUFFERSThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDUNIFORMBUFFERSDYNAMIC
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDUNIFORMBUFFERSDYNAMICThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEBUFFERS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEBUFFERSThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEBUFFERSDYNAMIC
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEBUFFERSDYNAMICThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSAMPLEDIMAGES
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSAMPLEDIMAGESThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEIMAGES
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEIMAGESThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDINPUTATTACHMENTS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDINPUTATTACHMENTSThe struct member offsets. -
SUPPORTEDDEPTHRESOLVEMODES
public static final int SUPPORTEDDEPTHRESOLVEMODESThe struct member offsets. -
SUPPORTEDSTENCILRESOLVEMODES
public static final int SUPPORTEDSTENCILRESOLVEMODESThe struct member offsets. -
INDEPENDENTRESOLVENONE
public static final int INDEPENDENTRESOLVENONEThe struct member offsets. -
INDEPENDENTRESOLVE
public static final int INDEPENDENTRESOLVEThe struct member offsets. -
FILTERMINMAXSINGLECOMPONENTFORMATS
public static final int FILTERMINMAXSINGLECOMPONENTFORMATSThe struct member offsets. -
FILTERMINMAXIMAGECOMPONENTMAPPING
public static final int FILTERMINMAXIMAGECOMPONENTMAPPINGThe struct member offsets. -
MAXTIMELINESEMAPHOREVALUEDIFFERENCE
public static final int MAXTIMELINESEMAPHOREVALUEDIFFERENCEThe struct member offsets. -
FRAMEBUFFERINTEGERCOLORSAMPLECOUNTS
public static final int FRAMEBUFFERINTEGERCOLORSAMPLECOUNTSThe struct member offsets.
-
-
Constructor Details
-
VkPhysicalDeviceVulkan12Properties
Creates aVkPhysicalDeviceVulkan12Propertiesinstance 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()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<VkPhysicalDeviceVulkan12Properties>
-
sType
public int sType()- Returns:
- the value of the
sTypefield.
-
pNext
public long pNext()- Returns:
- the value of the
pNextfield.
-
driverID
public int driverID()- Returns:
- the value of the
driverIDfield.
-
driverName
- Returns:
- a
ByteBufferview of thedriverNamefield.
-
driverNameString
- Returns:
- the null-terminated string stored in the
driverNamefield.
-
driverInfo
- Returns:
- a
ByteBufferview of thedriverInfofield.
-
driverInfoString
- Returns:
- the null-terminated string stored in the
driverInfofield.
-
conformanceVersion
- Returns:
- a
VkConformanceVersionview of theconformanceVersionfield.
-
denormBehaviorIndependence
public int denormBehaviorIndependence()- Returns:
- the value of the
denormBehaviorIndependencefield.
-
roundingModeIndependence
public int roundingModeIndependence()- Returns:
- the value of the
roundingModeIndependencefield.
-
shaderSignedZeroInfNanPreserveFloat16
public boolean shaderSignedZeroInfNanPreserveFloat16()- Returns:
- the value of the
shaderSignedZeroInfNanPreserveFloat16field.
-
shaderSignedZeroInfNanPreserveFloat32
public boolean shaderSignedZeroInfNanPreserveFloat32()- Returns:
- the value of the
shaderSignedZeroInfNanPreserveFloat32field.
-
shaderSignedZeroInfNanPreserveFloat64
public boolean shaderSignedZeroInfNanPreserveFloat64()- Returns:
- the value of the
shaderSignedZeroInfNanPreserveFloat64field.
-
shaderDenormPreserveFloat16
public boolean shaderDenormPreserveFloat16()- Returns:
- the value of the
shaderDenormPreserveFloat16field.
-
shaderDenormPreserveFloat32
public boolean shaderDenormPreserveFloat32()- Returns:
- the value of the
shaderDenormPreserveFloat32field.
-
shaderDenormPreserveFloat64
public boolean shaderDenormPreserveFloat64()- Returns:
- the value of the
shaderDenormPreserveFloat64field.
-
shaderDenormFlushToZeroFloat16
public boolean shaderDenormFlushToZeroFloat16()- Returns:
- the value of the
shaderDenormFlushToZeroFloat16field.
-
shaderDenormFlushToZeroFloat32
public boolean shaderDenormFlushToZeroFloat32()- Returns:
- the value of the
shaderDenormFlushToZeroFloat32field.
-
shaderDenormFlushToZeroFloat64
public boolean shaderDenormFlushToZeroFloat64()- Returns:
- the value of the
shaderDenormFlushToZeroFloat64field.
-
shaderRoundingModeRTEFloat16
public boolean shaderRoundingModeRTEFloat16()- Returns:
- the value of the
shaderRoundingModeRTEFloat16field.
-
shaderRoundingModeRTEFloat32
public boolean shaderRoundingModeRTEFloat32()- Returns:
- the value of the
shaderRoundingModeRTEFloat32field.
-
shaderRoundingModeRTEFloat64
public boolean shaderRoundingModeRTEFloat64()- Returns:
- the value of the
shaderRoundingModeRTEFloat64field.
-
shaderRoundingModeRTZFloat16
public boolean shaderRoundingModeRTZFloat16()- Returns:
- the value of the
shaderRoundingModeRTZFloat16field.
-
shaderRoundingModeRTZFloat32
public boolean shaderRoundingModeRTZFloat32()- Returns:
- the value of the
shaderRoundingModeRTZFloat32field.
-
shaderRoundingModeRTZFloat64
public boolean shaderRoundingModeRTZFloat64()- Returns:
- the value of the
shaderRoundingModeRTZFloat64field.
-
maxUpdateAfterBindDescriptorsInAllPools
public int maxUpdateAfterBindDescriptorsInAllPools()- Returns:
- the value of the
maxUpdateAfterBindDescriptorsInAllPoolsfield.
-
shaderUniformBufferArrayNonUniformIndexingNative
public boolean shaderUniformBufferArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderUniformBufferArrayNonUniformIndexingNativefield.
-
shaderSampledImageArrayNonUniformIndexingNative
public boolean shaderSampledImageArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderSampledImageArrayNonUniformIndexingNativefield.
-
shaderStorageBufferArrayNonUniformIndexingNative
public boolean shaderStorageBufferArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderStorageBufferArrayNonUniformIndexingNativefield.
-
shaderStorageImageArrayNonUniformIndexingNative
public boolean shaderStorageImageArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderStorageImageArrayNonUniformIndexingNativefield.
-
shaderInputAttachmentArrayNonUniformIndexingNative
public boolean shaderInputAttachmentArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderInputAttachmentArrayNonUniformIndexingNativefield.
-
robustBufferAccessUpdateAfterBind
public boolean robustBufferAccessUpdateAfterBind()- Returns:
- the value of the
robustBufferAccessUpdateAfterBindfield.
-
quadDivergentImplicitLod
public boolean quadDivergentImplicitLod()- Returns:
- the value of the
quadDivergentImplicitLodfield.
-
maxPerStageDescriptorUpdateAfterBindSamplers
public int maxPerStageDescriptorUpdateAfterBindSamplers()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindSamplersfield.
-
maxPerStageDescriptorUpdateAfterBindUniformBuffers
public int maxPerStageDescriptorUpdateAfterBindUniformBuffers()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindUniformBuffersfield.
-
maxPerStageDescriptorUpdateAfterBindStorageBuffers
public int maxPerStageDescriptorUpdateAfterBindStorageBuffers()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindStorageBuffersfield.
-
maxPerStageDescriptorUpdateAfterBindSampledImages
public int maxPerStageDescriptorUpdateAfterBindSampledImages()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindSampledImagesfield.
-
maxPerStageDescriptorUpdateAfterBindStorageImages
public int maxPerStageDescriptorUpdateAfterBindStorageImages()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindStorageImagesfield.
-
maxPerStageDescriptorUpdateAfterBindInputAttachments
public int maxPerStageDescriptorUpdateAfterBindInputAttachments()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindInputAttachmentsfield.
-
maxPerStageUpdateAfterBindResources
public int maxPerStageUpdateAfterBindResources()- Returns:
- the value of the
maxPerStageUpdateAfterBindResourcesfield.
-
maxDescriptorSetUpdateAfterBindSamplers
public int maxDescriptorSetUpdateAfterBindSamplers()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindSamplersfield.
-
maxDescriptorSetUpdateAfterBindUniformBuffers
public int maxDescriptorSetUpdateAfterBindUniformBuffers()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindUniformBuffersfield.
-
maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
public int maxDescriptorSetUpdateAfterBindUniformBuffersDynamic()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindUniformBuffersDynamicfield.
-
maxDescriptorSetUpdateAfterBindStorageBuffers
public int maxDescriptorSetUpdateAfterBindStorageBuffers()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindStorageBuffersfield.
-
maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
public int maxDescriptorSetUpdateAfterBindStorageBuffersDynamic()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindStorageBuffersDynamicfield.
-
maxDescriptorSetUpdateAfterBindSampledImages
public int maxDescriptorSetUpdateAfterBindSampledImages()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindSampledImagesfield.
-
maxDescriptorSetUpdateAfterBindStorageImages
public int maxDescriptorSetUpdateAfterBindStorageImages()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindStorageImagesfield.
-
maxDescriptorSetUpdateAfterBindInputAttachments
public int maxDescriptorSetUpdateAfterBindInputAttachments()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindInputAttachmentsfield.
-
supportedDepthResolveModes
public int supportedDepthResolveModes()- Returns:
- the value of the
supportedDepthResolveModesfield.
-
supportedStencilResolveModes
public int supportedStencilResolveModes()- Returns:
- the value of the
supportedStencilResolveModesfield.
-
independentResolveNone
public boolean independentResolveNone()- Returns:
- the value of the
independentResolveNonefield.
-
independentResolve
public boolean independentResolve()- Returns:
- the value of the
independentResolvefield.
-
filterMinmaxSingleComponentFormats
public boolean filterMinmaxSingleComponentFormats()- Returns:
- the value of the
filterMinmaxSingleComponentFormatsfield.
-
filterMinmaxImageComponentMapping
public boolean filterMinmaxImageComponentMapping()- Returns:
- the value of the
filterMinmaxImageComponentMappingfield.
-
maxTimelineSemaphoreValueDifference
public long maxTimelineSemaphoreValueDifference()- Returns:
- the value of the
maxTimelineSemaphoreValueDifferencefield.
-
framebufferIntegerColorSampleCounts
public int framebufferIntegerColorSampleCounts()- Returns:
- the value of the
framebufferIntegerColorSampleCountsfield.
-
sType
Sets the specified value to thesTypefield. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_2_PROPERTIESvalue to thesTypefield. -
pNext
Sets the specified value to thepNextfield. -
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 newVkPhysicalDeviceVulkan12Propertiesinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated withBufferUtils. -
create
Returns a newVkPhysicalDeviceVulkan12Propertiesinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkPhysicalDeviceVulkan12Properties.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceVulkan12Properties.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceVulkan12Propertiesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkPhysicalDeviceVulkan12Properties.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceVulkan12Properties.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(). -
ndriverID
public static int ndriverID(long struct) Unsafe version ofdriverID(). -
ndriverName
Unsafe version ofdriverName(). -
ndriverNameString
Unsafe version ofdriverNameString(). -
ndriverInfo
Unsafe version ofdriverInfo(). -
ndriverInfoString
Unsafe version ofdriverInfoString(). -
nconformanceVersion
Unsafe version ofconformanceVersion(). -
ndenormBehaviorIndependence
public static int ndenormBehaviorIndependence(long struct) Unsafe version ofdenormBehaviorIndependence(). -
nroundingModeIndependence
public static int nroundingModeIndependence(long struct) Unsafe version ofroundingModeIndependence(). -
nshaderSignedZeroInfNanPreserveFloat16
public static int nshaderSignedZeroInfNanPreserveFloat16(long struct) Unsafe version ofshaderSignedZeroInfNanPreserveFloat16(). -
nshaderSignedZeroInfNanPreserveFloat32
public static int nshaderSignedZeroInfNanPreserveFloat32(long struct) Unsafe version ofshaderSignedZeroInfNanPreserveFloat32(). -
nshaderSignedZeroInfNanPreserveFloat64
public static int nshaderSignedZeroInfNanPreserveFloat64(long struct) Unsafe version ofshaderSignedZeroInfNanPreserveFloat64(). -
nshaderDenormPreserveFloat16
public static int nshaderDenormPreserveFloat16(long struct) Unsafe version ofshaderDenormPreserveFloat16(). -
nshaderDenormPreserveFloat32
public static int nshaderDenormPreserveFloat32(long struct) Unsafe version ofshaderDenormPreserveFloat32(). -
nshaderDenormPreserveFloat64
public static int nshaderDenormPreserveFloat64(long struct) Unsafe version ofshaderDenormPreserveFloat64(). -
nshaderDenormFlushToZeroFloat16
public static int nshaderDenormFlushToZeroFloat16(long struct) Unsafe version ofshaderDenormFlushToZeroFloat16(). -
nshaderDenormFlushToZeroFloat32
public static int nshaderDenormFlushToZeroFloat32(long struct) Unsafe version ofshaderDenormFlushToZeroFloat32(). -
nshaderDenormFlushToZeroFloat64
public static int nshaderDenormFlushToZeroFloat64(long struct) Unsafe version ofshaderDenormFlushToZeroFloat64(). -
nshaderRoundingModeRTEFloat16
public static int nshaderRoundingModeRTEFloat16(long struct) Unsafe version ofshaderRoundingModeRTEFloat16(). -
nshaderRoundingModeRTEFloat32
public static int nshaderRoundingModeRTEFloat32(long struct) Unsafe version ofshaderRoundingModeRTEFloat32(). -
nshaderRoundingModeRTEFloat64
public static int nshaderRoundingModeRTEFloat64(long struct) Unsafe version ofshaderRoundingModeRTEFloat64(). -
nshaderRoundingModeRTZFloat16
public static int nshaderRoundingModeRTZFloat16(long struct) Unsafe version ofshaderRoundingModeRTZFloat16(). -
nshaderRoundingModeRTZFloat32
public static int nshaderRoundingModeRTZFloat32(long struct) Unsafe version ofshaderRoundingModeRTZFloat32(). -
nshaderRoundingModeRTZFloat64
public static int nshaderRoundingModeRTZFloat64(long struct) Unsafe version ofshaderRoundingModeRTZFloat64(). -
nmaxUpdateAfterBindDescriptorsInAllPools
public static int nmaxUpdateAfterBindDescriptorsInAllPools(long struct) Unsafe version ofmaxUpdateAfterBindDescriptorsInAllPools(). -
nshaderUniformBufferArrayNonUniformIndexingNative
public static int nshaderUniformBufferArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderUniformBufferArrayNonUniformIndexingNative(). -
nshaderSampledImageArrayNonUniformIndexingNative
public static int nshaderSampledImageArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderSampledImageArrayNonUniformIndexingNative(). -
nshaderStorageBufferArrayNonUniformIndexingNative
public static int nshaderStorageBufferArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderStorageBufferArrayNonUniformIndexingNative(). -
nshaderStorageImageArrayNonUniformIndexingNative
public static int nshaderStorageImageArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderStorageImageArrayNonUniformIndexingNative(). -
nshaderInputAttachmentArrayNonUniformIndexingNative
public static int nshaderInputAttachmentArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderInputAttachmentArrayNonUniformIndexingNative(). -
nrobustBufferAccessUpdateAfterBind
public static int nrobustBufferAccessUpdateAfterBind(long struct) Unsafe version ofrobustBufferAccessUpdateAfterBind(). -
nquadDivergentImplicitLod
public static int nquadDivergentImplicitLod(long struct) Unsafe version ofquadDivergentImplicitLod(). -
nmaxPerStageDescriptorUpdateAfterBindSamplers
public static int nmaxPerStageDescriptorUpdateAfterBindSamplers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindSamplers(). -
nmaxPerStageDescriptorUpdateAfterBindUniformBuffers
public static int nmaxPerStageDescriptorUpdateAfterBindUniformBuffers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindUniformBuffers(). -
nmaxPerStageDescriptorUpdateAfterBindStorageBuffers
public static int nmaxPerStageDescriptorUpdateAfterBindStorageBuffers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindStorageBuffers(). -
nmaxPerStageDescriptorUpdateAfterBindSampledImages
public static int nmaxPerStageDescriptorUpdateAfterBindSampledImages(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindSampledImages(). -
nmaxPerStageDescriptorUpdateAfterBindStorageImages
public static int nmaxPerStageDescriptorUpdateAfterBindStorageImages(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindStorageImages(). -
nmaxPerStageDescriptorUpdateAfterBindInputAttachments
public static int nmaxPerStageDescriptorUpdateAfterBindInputAttachments(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindInputAttachments(). -
nmaxPerStageUpdateAfterBindResources
public static int nmaxPerStageUpdateAfterBindResources(long struct) Unsafe version ofmaxPerStageUpdateAfterBindResources(). -
nmaxDescriptorSetUpdateAfterBindSamplers
public static int nmaxDescriptorSetUpdateAfterBindSamplers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindSamplers(). -
nmaxDescriptorSetUpdateAfterBindUniformBuffers
public static int nmaxDescriptorSetUpdateAfterBindUniformBuffers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindUniformBuffers(). -
nmaxDescriptorSetUpdateAfterBindUniformBuffersDynamic
public static int nmaxDescriptorSetUpdateAfterBindUniformBuffersDynamic(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindUniformBuffersDynamic(). -
nmaxDescriptorSetUpdateAfterBindStorageBuffers
public static int nmaxDescriptorSetUpdateAfterBindStorageBuffers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageBuffers(). -
nmaxDescriptorSetUpdateAfterBindStorageBuffersDynamic
public static int nmaxDescriptorSetUpdateAfterBindStorageBuffersDynamic(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageBuffersDynamic(). -
nmaxDescriptorSetUpdateAfterBindSampledImages
public static int nmaxDescriptorSetUpdateAfterBindSampledImages(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindSampledImages(). -
nmaxDescriptorSetUpdateAfterBindStorageImages
public static int nmaxDescriptorSetUpdateAfterBindStorageImages(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageImages(). -
nmaxDescriptorSetUpdateAfterBindInputAttachments
public static int nmaxDescriptorSetUpdateAfterBindInputAttachments(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindInputAttachments(). -
nsupportedDepthResolveModes
public static int nsupportedDepthResolveModes(long struct) Unsafe version ofsupportedDepthResolveModes(). -
nsupportedStencilResolveModes
public static int nsupportedStencilResolveModes(long struct) Unsafe version ofsupportedStencilResolveModes(). -
nindependentResolveNone
public static int nindependentResolveNone(long struct) Unsafe version ofindependentResolveNone(). -
nindependentResolve
public static int nindependentResolve(long struct) Unsafe version ofindependentResolve(). -
nfilterMinmaxSingleComponentFormats
public static int nfilterMinmaxSingleComponentFormats(long struct) Unsafe version offilterMinmaxSingleComponentFormats(). -
nfilterMinmaxImageComponentMapping
public static int nfilterMinmaxImageComponentMapping(long struct) Unsafe version offilterMinmaxImageComponentMapping(). -
nmaxTimelineSemaphoreValueDifference
public static long nmaxTimelineSemaphoreValueDifference(long struct) Unsafe version ofmaxTimelineSemaphoreValueDifference(). -
nframebufferIntegerColorSampleCounts
public static int nframebufferIntegerColorSampleCounts(long struct) Unsafe version offramebufferIntegerColorSampleCounts(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext.
-