Class VkPhysicalDeviceLimits

All Implemented Interfaces:
Pointer

public class VkPhysicalDeviceLimits extends Struct<VkPhysicalDeviceLimits>

 struct VkPhysicalDeviceLimits {
     uint32_t maxImageDimension1D;
     uint32_t maxImageDimension2D;
     uint32_t maxImageDimension3D;
     uint32_t maxImageDimensionCube;
     uint32_t maxImageArrayLayers;
     uint32_t maxTexelBufferElements;
     uint32_t maxUniformBufferRange;
     uint32_t maxStorageBufferRange;
     uint32_t maxPushConstantsSize;
     uint32_t maxMemoryAllocationCount;
     uint32_t maxSamplerAllocationCount;
     VkDeviceSize bufferImageGranularity;
     VkDeviceSize sparseAddressSpaceSize;
     uint32_t maxBoundDescriptorSets;
     uint32_t maxPerStageDescriptorSamplers;
     uint32_t maxPerStageDescriptorUniformBuffers;
     uint32_t maxPerStageDescriptorStorageBuffers;
     uint32_t maxPerStageDescriptorSampledImages;
     uint32_t maxPerStageDescriptorStorageImages;
     uint32_t maxPerStageDescriptorInputAttachments;
     uint32_t maxPerStageResources;
     uint32_t maxDescriptorSetSamplers;
     uint32_t maxDescriptorSetUniformBuffers;
     uint32_t maxDescriptorSetUniformBuffersDynamic;
     uint32_t maxDescriptorSetStorageBuffers;
     uint32_t maxDescriptorSetStorageBuffersDynamic;
     uint32_t maxDescriptorSetSampledImages;
     uint32_t maxDescriptorSetStorageImages;
     uint32_t maxDescriptorSetInputAttachments;
     uint32_t maxVertexInputAttributes;
     uint32_t maxVertexInputBindings;
     uint32_t maxVertexInputAttributeOffset;
     uint32_t maxVertexInputBindingStride;
     uint32_t maxVertexOutputComponents;
     uint32_t maxTessellationGenerationLevel;
     uint32_t maxTessellationPatchSize;
     uint32_t maxTessellationControlPerVertexInputComponents;
     uint32_t maxTessellationControlPerVertexOutputComponents;
     uint32_t maxTessellationControlPerPatchOutputComponents;
     uint32_t maxTessellationControlTotalOutputComponents;
     uint32_t maxTessellationEvaluationInputComponents;
     uint32_t maxTessellationEvaluationOutputComponents;
     uint32_t maxGeometryShaderInvocations;
     uint32_t maxGeometryInputComponents;
     uint32_t maxGeometryOutputComponents;
     uint32_t maxGeometryOutputVertices;
     uint32_t maxGeometryTotalOutputComponents;
     uint32_t maxFragmentInputComponents;
     uint32_t maxFragmentOutputAttachments;
     uint32_t maxFragmentDualSrcAttachments;
     uint32_t maxFragmentCombinedOutputResources;
     uint32_t maxComputeSharedMemorySize;
     uint32_t maxComputeWorkGroupCount[3];
     uint32_t maxComputeWorkGroupInvocations;
     uint32_t maxComputeWorkGroupSize[3];
     uint32_t subPixelPrecisionBits;
     uint32_t subTexelPrecisionBits;
     uint32_t mipmapPrecisionBits;
     uint32_t maxDrawIndexedIndexValue;
     uint32_t maxDrawIndirectCount;
     float maxSamplerLodBias;
     float maxSamplerAnisotropy;
     uint32_t maxViewports;
     uint32_t maxViewportDimensions[2];
     float viewportBoundsRange[2];
     uint32_t viewportSubPixelBits;
     size_t minMemoryMapAlignment;
     VkDeviceSize minTexelBufferOffsetAlignment;
     VkDeviceSize minUniformBufferOffsetAlignment;
     VkDeviceSize minStorageBufferOffsetAlignment;
     int32_t minTexelOffset;
     uint32_t maxTexelOffset;
     int32_t minTexelGatherOffset;
     uint32_t maxTexelGatherOffset;
     float minInterpolationOffset;
     float maxInterpolationOffset;
     uint32_t subPixelInterpolationOffsetBits;
     uint32_t maxFramebufferWidth;
     uint32_t maxFramebufferHeight;
     uint32_t maxFramebufferLayers;
     VkSampleCountFlags framebufferColorSampleCounts;
     VkSampleCountFlags framebufferDepthSampleCounts;
     VkSampleCountFlags framebufferStencilSampleCounts;
     VkSampleCountFlags framebufferNoAttachmentsSampleCounts;
     uint32_t maxColorAttachments;
     VkSampleCountFlags sampledImageColorSampleCounts;
     VkSampleCountFlags sampledImageIntegerSampleCounts;
     VkSampleCountFlags sampledImageDepthSampleCounts;
     VkSampleCountFlags sampledImageStencilSampleCounts;
     VkSampleCountFlags storageImageSampleCounts;
     uint32_t maxSampleMaskWords;
     VkBool32 timestampComputeAndGraphics;
     float timestampPeriod;
     uint32_t maxClipDistances;
     uint32_t maxCullDistances;
     uint32_t maxCombinedClipAndCullDistances;
     uint32_t discreteQueuePriorities;
     float pointSizeRange[2];
     float lineWidthRange[2];
     float pointSizeGranularity;
     float lineWidthGranularity;
     VkBool32 strictLines;
     VkBool32 standardSampleLocations;
     VkDeviceSize optimalBufferCopyOffsetAlignment;
     VkDeviceSize optimalBufferCopyRowPitchAlignment;
     VkDeviceSize nonCoherentAtomSize;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • MAXIMAGEDIMENSION1D

      public static final int MAXIMAGEDIMENSION1D
      The struct member offsets.
    • MAXIMAGEDIMENSION2D

      public static final int MAXIMAGEDIMENSION2D
      The struct member offsets.
    • MAXIMAGEDIMENSION3D

      public static final int MAXIMAGEDIMENSION3D
      The struct member offsets.
    • MAXIMAGEDIMENSIONCUBE

      public static final int MAXIMAGEDIMENSIONCUBE
      The struct member offsets.
    • MAXIMAGEARRAYLAYERS

      public static final int MAXIMAGEARRAYLAYERS
      The struct member offsets.
    • MAXTEXELBUFFERELEMENTS

      public static final int MAXTEXELBUFFERELEMENTS
      The struct member offsets.
    • MAXUNIFORMBUFFERRANGE

      public static final int MAXUNIFORMBUFFERRANGE
      The struct member offsets.
    • MAXSTORAGEBUFFERRANGE

      public static final int MAXSTORAGEBUFFERRANGE
      The struct member offsets.
    • MAXPUSHCONSTANTSSIZE

      public static final int MAXPUSHCONSTANTSSIZE
      The struct member offsets.
    • MAXMEMORYALLOCATIONCOUNT

      public static final int MAXMEMORYALLOCATIONCOUNT
      The struct member offsets.
    • MAXSAMPLERALLOCATIONCOUNT

      public static final int MAXSAMPLERALLOCATIONCOUNT
      The struct member offsets.
    • BUFFERIMAGEGRANULARITY

      public static final int BUFFERIMAGEGRANULARITY
      The struct member offsets.
    • SPARSEADDRESSSPACESIZE

      public static final int SPARSEADDRESSSPACESIZE
      The struct member offsets.
    • MAXBOUNDDESCRIPTORSETS

      public static final int MAXBOUNDDESCRIPTORSETS
      The struct member offsets.
    • MAXPERSTAGEDESCRIPTORSAMPLERS

      public static final int MAXPERSTAGEDESCRIPTORSAMPLERS
      The struct member offsets.
    • MAXPERSTAGEDESCRIPTORUNIFORMBUFFERS

      public static final int MAXPERSTAGEDESCRIPTORUNIFORMBUFFERS
      The struct member offsets.
    • MAXPERSTAGEDESCRIPTORSTORAGEBUFFERS

      public static final int MAXPERSTAGEDESCRIPTORSTORAGEBUFFERS
      The struct member offsets.
    • MAXPERSTAGEDESCRIPTORSAMPLEDIMAGES

      public static final int MAXPERSTAGEDESCRIPTORSAMPLEDIMAGES
      The struct member offsets.
    • MAXPERSTAGEDESCRIPTORSTORAGEIMAGES

      public static final int MAXPERSTAGEDESCRIPTORSTORAGEIMAGES
      The struct member offsets.
    • MAXPERSTAGEDESCRIPTORINPUTATTACHMENTS

      public static final int MAXPERSTAGEDESCRIPTORINPUTATTACHMENTS
      The struct member offsets.
    • MAXPERSTAGERESOURCES

      public static final int MAXPERSTAGERESOURCES
      The struct member offsets.
    • MAXDESCRIPTORSETSAMPLERS

      public static final int MAXDESCRIPTORSETSAMPLERS
      The struct member offsets.
    • MAXDESCRIPTORSETUNIFORMBUFFERS

      public static final int MAXDESCRIPTORSETUNIFORMBUFFERS
      The struct member offsets.
    • MAXDESCRIPTORSETUNIFORMBUFFERSDYNAMIC

      public static final int MAXDESCRIPTORSETUNIFORMBUFFERSDYNAMIC
      The struct member offsets.
    • MAXDESCRIPTORSETSTORAGEBUFFERS

      public static final int MAXDESCRIPTORSETSTORAGEBUFFERS
      The struct member offsets.
    • MAXDESCRIPTORSETSTORAGEBUFFERSDYNAMIC

      public static final int MAXDESCRIPTORSETSTORAGEBUFFERSDYNAMIC
      The struct member offsets.
    • MAXDESCRIPTORSETSAMPLEDIMAGES

      public static final int MAXDESCRIPTORSETSAMPLEDIMAGES
      The struct member offsets.
    • MAXDESCRIPTORSETSTORAGEIMAGES

      public static final int MAXDESCRIPTORSETSTORAGEIMAGES
      The struct member offsets.
    • MAXDESCRIPTORSETINPUTATTACHMENTS

      public static final int MAXDESCRIPTORSETINPUTATTACHMENTS
      The struct member offsets.
    • MAXVERTEXINPUTATTRIBUTES

      public static final int MAXVERTEXINPUTATTRIBUTES
      The struct member offsets.
    • MAXVERTEXINPUTBINDINGS

      public static final int MAXVERTEXINPUTBINDINGS
      The struct member offsets.
    • MAXVERTEXINPUTATTRIBUTEOFFSET

      public static final int MAXVERTEXINPUTATTRIBUTEOFFSET
      The struct member offsets.
    • MAXVERTEXINPUTBINDINGSTRIDE

      public static final int MAXVERTEXINPUTBINDINGSTRIDE
      The struct member offsets.
    • MAXVERTEXOUTPUTCOMPONENTS

      public static final int MAXVERTEXOUTPUTCOMPONENTS
      The struct member offsets.
    • MAXTESSELLATIONGENERATIONLEVEL

      public static final int MAXTESSELLATIONGENERATIONLEVEL
      The struct member offsets.
    • MAXTESSELLATIONPATCHSIZE

      public static final int MAXTESSELLATIONPATCHSIZE
      The struct member offsets.
    • MAXTESSELLATIONCONTROLPERVERTEXINPUTCOMPONENTS

      public static final int MAXTESSELLATIONCONTROLPERVERTEXINPUTCOMPONENTS
      The struct member offsets.
    • MAXTESSELLATIONCONTROLPERVERTEXOUTPUTCOMPONENTS

      public static final int MAXTESSELLATIONCONTROLPERVERTEXOUTPUTCOMPONENTS
      The struct member offsets.
    • MAXTESSELLATIONCONTROLPERPATCHOUTPUTCOMPONENTS

      public static final int MAXTESSELLATIONCONTROLPERPATCHOUTPUTCOMPONENTS
      The struct member offsets.
    • MAXTESSELLATIONCONTROLTOTALOUTPUTCOMPONENTS

      public static final int MAXTESSELLATIONCONTROLTOTALOUTPUTCOMPONENTS
      The struct member offsets.
    • MAXTESSELLATIONEVALUATIONINPUTCOMPONENTS

      public static final int MAXTESSELLATIONEVALUATIONINPUTCOMPONENTS
      The struct member offsets.
    • MAXTESSELLATIONEVALUATIONOUTPUTCOMPONENTS

      public static final int MAXTESSELLATIONEVALUATIONOUTPUTCOMPONENTS
      The struct member offsets.
    • MAXGEOMETRYSHADERINVOCATIONS

      public static final int MAXGEOMETRYSHADERINVOCATIONS
      The struct member offsets.
    • MAXGEOMETRYINPUTCOMPONENTS

      public static final int MAXGEOMETRYINPUTCOMPONENTS
      The struct member offsets.
    • MAXGEOMETRYOUTPUTCOMPONENTS

      public static final int MAXGEOMETRYOUTPUTCOMPONENTS
      The struct member offsets.
    • MAXGEOMETRYOUTPUTVERTICES

      public static final int MAXGEOMETRYOUTPUTVERTICES
      The struct member offsets.
    • MAXGEOMETRYTOTALOUTPUTCOMPONENTS

      public static final int MAXGEOMETRYTOTALOUTPUTCOMPONENTS
      The struct member offsets.
    • MAXFRAGMENTINPUTCOMPONENTS

      public static final int MAXFRAGMENTINPUTCOMPONENTS
      The struct member offsets.
    • MAXFRAGMENTOUTPUTATTACHMENTS

      public static final int MAXFRAGMENTOUTPUTATTACHMENTS
      The struct member offsets.
    • MAXFRAGMENTDUALSRCATTACHMENTS

      public static final int MAXFRAGMENTDUALSRCATTACHMENTS
      The struct member offsets.
    • MAXFRAGMENTCOMBINEDOUTPUTRESOURCES

      public static final int MAXFRAGMENTCOMBINEDOUTPUTRESOURCES
      The struct member offsets.
    • MAXCOMPUTESHAREDMEMORYSIZE

      public static final int MAXCOMPUTESHAREDMEMORYSIZE
      The struct member offsets.
    • MAXCOMPUTEWORKGROUPCOUNT

      public static final int MAXCOMPUTEWORKGROUPCOUNT
      The struct member offsets.
    • MAXCOMPUTEWORKGROUPINVOCATIONS

      public static final int MAXCOMPUTEWORKGROUPINVOCATIONS
      The struct member offsets.
    • MAXCOMPUTEWORKGROUPSIZE

      public static final int MAXCOMPUTEWORKGROUPSIZE
      The struct member offsets.
    • SUBPIXELPRECISIONBITS

      public static final int SUBPIXELPRECISIONBITS
      The struct member offsets.
    • SUBTEXELPRECISIONBITS

      public static final int SUBTEXELPRECISIONBITS
      The struct member offsets.
    • MIPMAPPRECISIONBITS

      public static final int MIPMAPPRECISIONBITS
      The struct member offsets.
    • MAXDRAWINDEXEDINDEXVALUE

      public static final int MAXDRAWINDEXEDINDEXVALUE
      The struct member offsets.
    • MAXDRAWINDIRECTCOUNT

      public static final int MAXDRAWINDIRECTCOUNT
      The struct member offsets.
    • MAXSAMPLERLODBIAS

      public static final int MAXSAMPLERLODBIAS
      The struct member offsets.
    • MAXSAMPLERANISOTROPY

      public static final int MAXSAMPLERANISOTROPY
      The struct member offsets.
    • MAXVIEWPORTS

      public static final int MAXVIEWPORTS
      The struct member offsets.
    • MAXVIEWPORTDIMENSIONS

      public static final int MAXVIEWPORTDIMENSIONS
      The struct member offsets.
    • VIEWPORTBOUNDSRANGE

      public static final int VIEWPORTBOUNDSRANGE
      The struct member offsets.
    • VIEWPORTSUBPIXELBITS

      public static final int VIEWPORTSUBPIXELBITS
      The struct member offsets.
    • MINMEMORYMAPALIGNMENT

      public static final int MINMEMORYMAPALIGNMENT
      The struct member offsets.
    • MINTEXELBUFFEROFFSETALIGNMENT

      public static final int MINTEXELBUFFEROFFSETALIGNMENT
      The struct member offsets.
    • MINUNIFORMBUFFEROFFSETALIGNMENT

      public static final int MINUNIFORMBUFFEROFFSETALIGNMENT
      The struct member offsets.
    • MINSTORAGEBUFFEROFFSETALIGNMENT

      public static final int MINSTORAGEBUFFEROFFSETALIGNMENT
      The struct member offsets.
    • MINTEXELOFFSET

      public static final int MINTEXELOFFSET
      The struct member offsets.
    • MAXTEXELOFFSET

      public static final int MAXTEXELOFFSET
      The struct member offsets.
    • MINTEXELGATHEROFFSET

      public static final int MINTEXELGATHEROFFSET
      The struct member offsets.
    • MAXTEXELGATHEROFFSET

      public static final int MAXTEXELGATHEROFFSET
      The struct member offsets.
    • MININTERPOLATIONOFFSET

      public static final int MININTERPOLATIONOFFSET
      The struct member offsets.
    • MAXINTERPOLATIONOFFSET

      public static final int MAXINTERPOLATIONOFFSET
      The struct member offsets.
    • SUBPIXELINTERPOLATIONOFFSETBITS

      public static final int SUBPIXELINTERPOLATIONOFFSETBITS
      The struct member offsets.
    • MAXFRAMEBUFFERWIDTH

      public static final int MAXFRAMEBUFFERWIDTH
      The struct member offsets.
    • MAXFRAMEBUFFERHEIGHT

      public static final int MAXFRAMEBUFFERHEIGHT
      The struct member offsets.
    • MAXFRAMEBUFFERLAYERS

      public static final int MAXFRAMEBUFFERLAYERS
      The struct member offsets.
    • FRAMEBUFFERCOLORSAMPLECOUNTS

      public static final int FRAMEBUFFERCOLORSAMPLECOUNTS
      The struct member offsets.
    • FRAMEBUFFERDEPTHSAMPLECOUNTS

      public static final int FRAMEBUFFERDEPTHSAMPLECOUNTS
      The struct member offsets.
    • FRAMEBUFFERSTENCILSAMPLECOUNTS

      public static final int FRAMEBUFFERSTENCILSAMPLECOUNTS
      The struct member offsets.
    • FRAMEBUFFERNOATTACHMENTSSAMPLECOUNTS

      public static final int FRAMEBUFFERNOATTACHMENTSSAMPLECOUNTS
      The struct member offsets.
    • MAXCOLORATTACHMENTS

      public static final int MAXCOLORATTACHMENTS
      The struct member offsets.
    • SAMPLEDIMAGECOLORSAMPLECOUNTS

      public static final int SAMPLEDIMAGECOLORSAMPLECOUNTS
      The struct member offsets.
    • SAMPLEDIMAGEINTEGERSAMPLECOUNTS

      public static final int SAMPLEDIMAGEINTEGERSAMPLECOUNTS
      The struct member offsets.
    • SAMPLEDIMAGEDEPTHSAMPLECOUNTS

      public static final int SAMPLEDIMAGEDEPTHSAMPLECOUNTS
      The struct member offsets.
    • SAMPLEDIMAGESTENCILSAMPLECOUNTS

      public static final int SAMPLEDIMAGESTENCILSAMPLECOUNTS
      The struct member offsets.
    • STORAGEIMAGESAMPLECOUNTS

      public static final int STORAGEIMAGESAMPLECOUNTS
      The struct member offsets.
    • MAXSAMPLEMASKWORDS

      public static final int MAXSAMPLEMASKWORDS
      The struct member offsets.
    • TIMESTAMPCOMPUTEANDGRAPHICS

      public static final int TIMESTAMPCOMPUTEANDGRAPHICS
      The struct member offsets.
    • TIMESTAMPPERIOD

      public static final int TIMESTAMPPERIOD
      The struct member offsets.
    • MAXCLIPDISTANCES

      public static final int MAXCLIPDISTANCES
      The struct member offsets.
    • MAXCULLDISTANCES

      public static final int MAXCULLDISTANCES
      The struct member offsets.
    • MAXCOMBINEDCLIPANDCULLDISTANCES

      public static final int MAXCOMBINEDCLIPANDCULLDISTANCES
      The struct member offsets.
    • DISCRETEQUEUEPRIORITIES

      public static final int DISCRETEQUEUEPRIORITIES
      The struct member offsets.
    • POINTSIZERANGE

      public static final int POINTSIZERANGE
      The struct member offsets.
    • LINEWIDTHRANGE

      public static final int LINEWIDTHRANGE
      The struct member offsets.
    • POINTSIZEGRANULARITY

      public static final int POINTSIZEGRANULARITY
      The struct member offsets.
    • LINEWIDTHGRANULARITY

      public static final int LINEWIDTHGRANULARITY
      The struct member offsets.
    • STRICTLINES

      public static final int STRICTLINES
      The struct member offsets.
    • STANDARDSAMPLELOCATIONS

      public static final int STANDARDSAMPLELOCATIONS
      The struct member offsets.
    • OPTIMALBUFFERCOPYOFFSETALIGNMENT

      public static final int OPTIMALBUFFERCOPYOFFSETALIGNMENT
      The struct member offsets.
    • OPTIMALBUFFERCOPYROWPITCHALIGNMENT

      public static final int OPTIMALBUFFERCOPYROWPITCHALIGNMENT
      The struct member offsets.
    • NONCOHERENTATOMSIZE

      public static final int NONCOHERENTATOMSIZE
      The struct member offsets.
  • Constructor Details

    • VkPhysicalDeviceLimits

      public VkPhysicalDeviceLimits(ByteBuffer container)
      Creates a VkPhysicalDeviceLimits instance at the current position of the specified ByteBuffer 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

    • sizeof

      public int sizeof()
      Description copied from class: Struct
      Returns sizeof(struct).
      Specified by:
      sizeof in class Struct<VkPhysicalDeviceLimits>
    • maxImageDimension1D

      public int maxImageDimension1D()
      Returns:
      the value of the maxImageDimension1D field.
    • maxImageDimension2D

      public int maxImageDimension2D()
      Returns:
      the value of the maxImageDimension2D field.
    • maxImageDimension3D

      public int maxImageDimension3D()
      Returns:
      the value of the maxImageDimension3D field.
    • maxImageDimensionCube

      public int maxImageDimensionCube()
      Returns:
      the value of the maxImageDimensionCube field.
    • maxImageArrayLayers

      public int maxImageArrayLayers()
      Returns:
      the value of the maxImageArrayLayers field.
    • maxTexelBufferElements

      public int maxTexelBufferElements()
      Returns:
      the value of the maxTexelBufferElements field.
    • maxUniformBufferRange

      public int maxUniformBufferRange()
      Returns:
      the value of the maxUniformBufferRange field.
    • maxStorageBufferRange

      public int maxStorageBufferRange()
      Returns:
      the value of the maxStorageBufferRange field.
    • maxPushConstantsSize

      public int maxPushConstantsSize()
      Returns:
      the value of the maxPushConstantsSize field.
    • maxMemoryAllocationCount

      public int maxMemoryAllocationCount()
      Returns:
      the value of the maxMemoryAllocationCount field.
    • maxSamplerAllocationCount

      public int maxSamplerAllocationCount()
      Returns:
      the value of the maxSamplerAllocationCount field.
    • bufferImageGranularity

      public long bufferImageGranularity()
      Returns:
      the value of the bufferImageGranularity field.
    • sparseAddressSpaceSize

      public long sparseAddressSpaceSize()
      Returns:
      the value of the sparseAddressSpaceSize field.
    • maxBoundDescriptorSets

      public int maxBoundDescriptorSets()
      Returns:
      the value of the maxBoundDescriptorSets field.
    • maxPerStageDescriptorSamplers

      public int maxPerStageDescriptorSamplers()
      Returns:
      the value of the maxPerStageDescriptorSamplers field.
    • maxPerStageDescriptorUniformBuffers

      public int maxPerStageDescriptorUniformBuffers()
      Returns:
      the value of the maxPerStageDescriptorUniformBuffers field.
    • maxPerStageDescriptorStorageBuffers

      public int maxPerStageDescriptorStorageBuffers()
      Returns:
      the value of the maxPerStageDescriptorStorageBuffers field.
    • maxPerStageDescriptorSampledImages

      public int maxPerStageDescriptorSampledImages()
      Returns:
      the value of the maxPerStageDescriptorSampledImages field.
    • maxPerStageDescriptorStorageImages

      public int maxPerStageDescriptorStorageImages()
      Returns:
      the value of the maxPerStageDescriptorStorageImages field.
    • maxPerStageDescriptorInputAttachments

      public int maxPerStageDescriptorInputAttachments()
      Returns:
      the value of the maxPerStageDescriptorInputAttachments field.
    • maxPerStageResources

      public int maxPerStageResources()
      Returns:
      the value of the maxPerStageResources field.
    • maxDescriptorSetSamplers

      public int maxDescriptorSetSamplers()
      Returns:
      the value of the maxDescriptorSetSamplers field.
    • maxDescriptorSetUniformBuffers

      public int maxDescriptorSetUniformBuffers()
      Returns:
      the value of the maxDescriptorSetUniformBuffers field.
    • maxDescriptorSetUniformBuffersDynamic

      public int maxDescriptorSetUniformBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetUniformBuffersDynamic field.
    • maxDescriptorSetStorageBuffers

      public int maxDescriptorSetStorageBuffers()
      Returns:
      the value of the maxDescriptorSetStorageBuffers field.
    • maxDescriptorSetStorageBuffersDynamic

      public int maxDescriptorSetStorageBuffersDynamic()
      Returns:
      the value of the maxDescriptorSetStorageBuffersDynamic field.
    • maxDescriptorSetSampledImages

      public int maxDescriptorSetSampledImages()
      Returns:
      the value of the maxDescriptorSetSampledImages field.
    • maxDescriptorSetStorageImages

      public int maxDescriptorSetStorageImages()
      Returns:
      the value of the maxDescriptorSetStorageImages field.
    • maxDescriptorSetInputAttachments

      public int maxDescriptorSetInputAttachments()
      Returns:
      the value of the maxDescriptorSetInputAttachments field.
    • maxVertexInputAttributes

      public int maxVertexInputAttributes()
      Returns:
      the value of the maxVertexInputAttributes field.
    • maxVertexInputBindings

      public int maxVertexInputBindings()
      Returns:
      the value of the maxVertexInputBindings field.
    • maxVertexInputAttributeOffset

      public int maxVertexInputAttributeOffset()
      Returns:
      the value of the maxVertexInputAttributeOffset field.
    • maxVertexInputBindingStride

      public int maxVertexInputBindingStride()
      Returns:
      the value of the maxVertexInputBindingStride field.
    • maxVertexOutputComponents

      public int maxVertexOutputComponents()
      Returns:
      the value of the maxVertexOutputComponents field.
    • maxTessellationGenerationLevel

      public int maxTessellationGenerationLevel()
      Returns:
      the value of the maxTessellationGenerationLevel field.
    • maxTessellationPatchSize

      public int maxTessellationPatchSize()
      Returns:
      the value of the maxTessellationPatchSize field.
    • maxTessellationControlPerVertexInputComponents

      public int maxTessellationControlPerVertexInputComponents()
      Returns:
      the value of the maxTessellationControlPerVertexInputComponents field.
    • maxTessellationControlPerVertexOutputComponents

      public int maxTessellationControlPerVertexOutputComponents()
      Returns:
      the value of the maxTessellationControlPerVertexOutputComponents field.
    • maxTessellationControlPerPatchOutputComponents

      public int maxTessellationControlPerPatchOutputComponents()
      Returns:
      the value of the maxTessellationControlPerPatchOutputComponents field.
    • maxTessellationControlTotalOutputComponents

      public int maxTessellationControlTotalOutputComponents()
      Returns:
      the value of the maxTessellationControlTotalOutputComponents field.
    • maxTessellationEvaluationInputComponents

      public int maxTessellationEvaluationInputComponents()
      Returns:
      the value of the maxTessellationEvaluationInputComponents field.
    • maxTessellationEvaluationOutputComponents

      public int maxTessellationEvaluationOutputComponents()
      Returns:
      the value of the maxTessellationEvaluationOutputComponents field.
    • maxGeometryShaderInvocations

      public int maxGeometryShaderInvocations()
      Returns:
      the value of the maxGeometryShaderInvocations field.
    • maxGeometryInputComponents

      public int maxGeometryInputComponents()
      Returns:
      the value of the maxGeometryInputComponents field.
    • maxGeometryOutputComponents

      public int maxGeometryOutputComponents()
      Returns:
      the value of the maxGeometryOutputComponents field.
    • maxGeometryOutputVertices

      public int maxGeometryOutputVertices()
      Returns:
      the value of the maxGeometryOutputVertices field.
    • maxGeometryTotalOutputComponents

      public int maxGeometryTotalOutputComponents()
      Returns:
      the value of the maxGeometryTotalOutputComponents field.
    • maxFragmentInputComponents

      public int maxFragmentInputComponents()
      Returns:
      the value of the maxFragmentInputComponents field.
    • maxFragmentOutputAttachments

      public int maxFragmentOutputAttachments()
      Returns:
      the value of the maxFragmentOutputAttachments field.
    • maxFragmentDualSrcAttachments

      public int maxFragmentDualSrcAttachments()
      Returns:
      the value of the maxFragmentDualSrcAttachments field.
    • maxFragmentCombinedOutputResources

      public int maxFragmentCombinedOutputResources()
      Returns:
      the value of the maxFragmentCombinedOutputResources field.
    • maxComputeSharedMemorySize

      public int maxComputeSharedMemorySize()
      Returns:
      the value of the maxComputeSharedMemorySize field.
    • maxComputeWorkGroupCount

      public IntBuffer maxComputeWorkGroupCount()
      Returns:
      a IntBuffer view of the maxComputeWorkGroupCount field.
    • maxComputeWorkGroupCount

      public int maxComputeWorkGroupCount(int index)
      Returns:
      the value at the specified index of the maxComputeWorkGroupCount field.
    • maxComputeWorkGroupInvocations

      public int maxComputeWorkGroupInvocations()
      Returns:
      the value of the maxComputeWorkGroupInvocations field.
    • maxComputeWorkGroupSize

      public IntBuffer maxComputeWorkGroupSize()
      Returns:
      a IntBuffer view of the maxComputeWorkGroupSize field.
    • maxComputeWorkGroupSize

      public int maxComputeWorkGroupSize(int index)
      Returns:
      the value at the specified index of the maxComputeWorkGroupSize field.
    • subPixelPrecisionBits

      public int subPixelPrecisionBits()
      Returns:
      the value of the subPixelPrecisionBits field.
    • subTexelPrecisionBits

      public int subTexelPrecisionBits()
      Returns:
      the value of the subTexelPrecisionBits field.
    • mipmapPrecisionBits

      public int mipmapPrecisionBits()
      Returns:
      the value of the mipmapPrecisionBits field.
    • maxDrawIndexedIndexValue

      public int maxDrawIndexedIndexValue()
      Returns:
      the value of the maxDrawIndexedIndexValue field.
    • maxDrawIndirectCount

      public int maxDrawIndirectCount()
      Returns:
      the value of the maxDrawIndirectCount field.
    • maxSamplerLodBias

      public float maxSamplerLodBias()
      Returns:
      the value of the maxSamplerLodBias field.
    • maxSamplerAnisotropy

      public float maxSamplerAnisotropy()
      Returns:
      the value of the maxSamplerAnisotropy field.
    • maxViewports

      public int maxViewports()
      Returns:
      the value of the maxViewports field.
    • maxViewportDimensions

      public IntBuffer maxViewportDimensions()
      Returns:
      a IntBuffer view of the maxViewportDimensions field.
    • maxViewportDimensions

      public int maxViewportDimensions(int index)
      Returns:
      the value at the specified index of the maxViewportDimensions field.
    • viewportBoundsRange

      public FloatBuffer viewportBoundsRange()
      Returns:
      a FloatBuffer view of the viewportBoundsRange field.
    • viewportBoundsRange

      public float viewportBoundsRange(int index)
      Returns:
      the value at the specified index of the viewportBoundsRange field.
    • viewportSubPixelBits

      public int viewportSubPixelBits()
      Returns:
      the value of the viewportSubPixelBits field.
    • minMemoryMapAlignment

      public long minMemoryMapAlignment()
      Returns:
      the value of the minMemoryMapAlignment field.
    • minTexelBufferOffsetAlignment

      public long minTexelBufferOffsetAlignment()
      Returns:
      the value of the minTexelBufferOffsetAlignment field.
    • minUniformBufferOffsetAlignment

      public long minUniformBufferOffsetAlignment()
      Returns:
      the value of the minUniformBufferOffsetAlignment field.
    • minStorageBufferOffsetAlignment

      public long minStorageBufferOffsetAlignment()
      Returns:
      the value of the minStorageBufferOffsetAlignment field.
    • minTexelOffset

      public int minTexelOffset()
      Returns:
      the value of the minTexelOffset field.
    • maxTexelOffset

      public int maxTexelOffset()
      Returns:
      the value of the maxTexelOffset field.
    • minTexelGatherOffset

      public int minTexelGatherOffset()
      Returns:
      the value of the minTexelGatherOffset field.
    • maxTexelGatherOffset

      public int maxTexelGatherOffset()
      Returns:
      the value of the maxTexelGatherOffset field.
    • minInterpolationOffset

      public float minInterpolationOffset()
      Returns:
      the value of the minInterpolationOffset field.
    • maxInterpolationOffset

      public float maxInterpolationOffset()
      Returns:
      the value of the maxInterpolationOffset field.
    • subPixelInterpolationOffsetBits

      public int subPixelInterpolationOffsetBits()
      Returns:
      the value of the subPixelInterpolationOffsetBits field.
    • maxFramebufferWidth

      public int maxFramebufferWidth()
      Returns:
      the value of the maxFramebufferWidth field.
    • maxFramebufferHeight

      public int maxFramebufferHeight()
      Returns:
      the value of the maxFramebufferHeight field.
    • maxFramebufferLayers

      public int maxFramebufferLayers()
      Returns:
      the value of the maxFramebufferLayers field.
    • framebufferColorSampleCounts

      public int framebufferColorSampleCounts()
      Returns:
      the value of the framebufferColorSampleCounts field.
    • framebufferDepthSampleCounts

      public int framebufferDepthSampleCounts()
      Returns:
      the value of the framebufferDepthSampleCounts field.
    • framebufferStencilSampleCounts

      public int framebufferStencilSampleCounts()
      Returns:
      the value of the framebufferStencilSampleCounts field.
    • framebufferNoAttachmentsSampleCounts

      public int framebufferNoAttachmentsSampleCounts()
      Returns:
      the value of the framebufferNoAttachmentsSampleCounts field.
    • maxColorAttachments

      public int maxColorAttachments()
      Returns:
      the value of the maxColorAttachments field.
    • sampledImageColorSampleCounts

      public int sampledImageColorSampleCounts()
      Returns:
      the value of the sampledImageColorSampleCounts field.
    • sampledImageIntegerSampleCounts

      public int sampledImageIntegerSampleCounts()
      Returns:
      the value of the sampledImageIntegerSampleCounts field.
    • sampledImageDepthSampleCounts

      public int sampledImageDepthSampleCounts()
      Returns:
      the value of the sampledImageDepthSampleCounts field.
    • sampledImageStencilSampleCounts

      public int sampledImageStencilSampleCounts()
      Returns:
      the value of the sampledImageStencilSampleCounts field.
    • storageImageSampleCounts

      public int storageImageSampleCounts()
      Returns:
      the value of the storageImageSampleCounts field.
    • maxSampleMaskWords

      public int maxSampleMaskWords()
      Returns:
      the value of the maxSampleMaskWords field.
    • timestampComputeAndGraphics

      public boolean timestampComputeAndGraphics()
      Returns:
      the value of the timestampComputeAndGraphics field.
    • timestampPeriod

      public float timestampPeriod()
      Returns:
      the value of the timestampPeriod field.
    • maxClipDistances

      public int maxClipDistances()
      Returns:
      the value of the maxClipDistances field.
    • maxCullDistances

      public int maxCullDistances()
      Returns:
      the value of the maxCullDistances field.
    • maxCombinedClipAndCullDistances

      public int maxCombinedClipAndCullDistances()
      Returns:
      the value of the maxCombinedClipAndCullDistances field.
    • discreteQueuePriorities

      public int discreteQueuePriorities()
      Returns:
      the value of the discreteQueuePriorities field.
    • pointSizeRange

      public FloatBuffer pointSizeRange()
      Returns:
      a FloatBuffer view of the pointSizeRange field.
    • pointSizeRange

      public float pointSizeRange(int index)
      Returns:
      the value at the specified index of the pointSizeRange field.
    • lineWidthRange

      public FloatBuffer lineWidthRange()
      Returns:
      a FloatBuffer view of the lineWidthRange field.
    • lineWidthRange

      public float lineWidthRange(int index)
      Returns:
      the value at the specified index of the lineWidthRange field.
    • pointSizeGranularity

      public float pointSizeGranularity()
      Returns:
      the value of the pointSizeGranularity field.
    • lineWidthGranularity

      public float lineWidthGranularity()
      Returns:
      the value of the lineWidthGranularity field.
    • strictLines

      public boolean strictLines()
      Returns:
      the value of the strictLines field.
    • standardSampleLocations

      public boolean standardSampleLocations()
      Returns:
      the value of the standardSampleLocations field.
    • optimalBufferCopyOffsetAlignment

      public long optimalBufferCopyOffsetAlignment()
      Returns:
      the value of the optimalBufferCopyOffsetAlignment field.
    • optimalBufferCopyRowPitchAlignment

      public long optimalBufferCopyRowPitchAlignment()
      Returns:
      the value of the optimalBufferCopyRowPitchAlignment field.
    • nonCoherentAtomSize

      public long nonCoherentAtomSize()
      Returns:
      the value of the nonCoherentAtomSize field.
    • create

      public static VkPhysicalDeviceLimits create(long address)
      Returns a new VkPhysicalDeviceLimits instance for the specified memory address.
    • createSafe

      public static @Nullable VkPhysicalDeviceLimits createSafe(long address)
      Like create, but returns null if address is NULL.
    • create

      public static VkPhysicalDeviceLimits.Buffer create(long address, int capacity)
      Create a VkPhysicalDeviceLimits.Buffer instance at the specified memory.
      Parameters:
      address - the memory address
      capacity - the buffer capacity
    • createSafe

      public static @Nullable VkPhysicalDeviceLimits.Buffer createSafe(long address, int capacity)
      Like create, but returns null if address is NULL.
    • nmaxImageDimension1D

      public static int nmaxImageDimension1D(long struct)
      Unsafe version of maxImageDimension1D().
    • nmaxImageDimension2D

      public static int nmaxImageDimension2D(long struct)
      Unsafe version of maxImageDimension2D().
    • nmaxImageDimension3D

      public static int nmaxImageDimension3D(long struct)
      Unsafe version of maxImageDimension3D().
    • nmaxImageDimensionCube

      public static int nmaxImageDimensionCube(long struct)
      Unsafe version of maxImageDimensionCube().
    • nmaxImageArrayLayers

      public static int nmaxImageArrayLayers(long struct)
      Unsafe version of maxImageArrayLayers().
    • nmaxTexelBufferElements

      public static int nmaxTexelBufferElements(long struct)
      Unsafe version of maxTexelBufferElements().
    • nmaxUniformBufferRange

      public static int nmaxUniformBufferRange(long struct)
      Unsafe version of maxUniformBufferRange().
    • nmaxStorageBufferRange

      public static int nmaxStorageBufferRange(long struct)
      Unsafe version of maxStorageBufferRange().
    • nmaxPushConstantsSize

      public static int nmaxPushConstantsSize(long struct)
      Unsafe version of maxPushConstantsSize().
    • nmaxMemoryAllocationCount

      public static int nmaxMemoryAllocationCount(long struct)
      Unsafe version of maxMemoryAllocationCount().
    • nmaxSamplerAllocationCount

      public static int nmaxSamplerAllocationCount(long struct)
      Unsafe version of maxSamplerAllocationCount().
    • nbufferImageGranularity

      public static long nbufferImageGranularity(long struct)
      Unsafe version of bufferImageGranularity().
    • nsparseAddressSpaceSize

      public static long nsparseAddressSpaceSize(long struct)
      Unsafe version of sparseAddressSpaceSize().
    • nmaxBoundDescriptorSets

      public static int nmaxBoundDescriptorSets(long struct)
      Unsafe version of maxBoundDescriptorSets().
    • nmaxPerStageDescriptorSamplers

      public static int nmaxPerStageDescriptorSamplers(long struct)
    • nmaxPerStageDescriptorUniformBuffers

      public static int nmaxPerStageDescriptorUniformBuffers(long struct)
    • nmaxPerStageDescriptorStorageBuffers

      public static int nmaxPerStageDescriptorStorageBuffers(long struct)
    • nmaxPerStageDescriptorSampledImages

      public static int nmaxPerStageDescriptorSampledImages(long struct)
    • nmaxPerStageDescriptorStorageImages

      public static int nmaxPerStageDescriptorStorageImages(long struct)
    • nmaxPerStageDescriptorInputAttachments

      public static int nmaxPerStageDescriptorInputAttachments(long struct)
    • nmaxPerStageResources

      public static int nmaxPerStageResources(long struct)
      Unsafe version of maxPerStageResources().
    • nmaxDescriptorSetSamplers

      public static int nmaxDescriptorSetSamplers(long struct)
      Unsafe version of maxDescriptorSetSamplers().
    • nmaxDescriptorSetUniformBuffers

      public static int nmaxDescriptorSetUniformBuffers(long struct)
    • nmaxDescriptorSetUniformBuffersDynamic

      public static int nmaxDescriptorSetUniformBuffersDynamic(long struct)
    • nmaxDescriptorSetStorageBuffers

      public static int nmaxDescriptorSetStorageBuffers(long struct)
    • nmaxDescriptorSetStorageBuffersDynamic

      public static int nmaxDescriptorSetStorageBuffersDynamic(long struct)
    • nmaxDescriptorSetSampledImages

      public static int nmaxDescriptorSetSampledImages(long struct)
    • nmaxDescriptorSetStorageImages

      public static int nmaxDescriptorSetStorageImages(long struct)
    • nmaxDescriptorSetInputAttachments

      public static int nmaxDescriptorSetInputAttachments(long struct)
    • nmaxVertexInputAttributes

      public static int nmaxVertexInputAttributes(long struct)
      Unsafe version of maxVertexInputAttributes().
    • nmaxVertexInputBindings

      public static int nmaxVertexInputBindings(long struct)
      Unsafe version of maxVertexInputBindings().
    • nmaxVertexInputAttributeOffset

      public static int nmaxVertexInputAttributeOffset(long struct)
    • nmaxVertexInputBindingStride

      public static int nmaxVertexInputBindingStride(long struct)
    • nmaxVertexOutputComponents

      public static int nmaxVertexOutputComponents(long struct)
      Unsafe version of maxVertexOutputComponents().
    • nmaxTessellationGenerationLevel

      public static int nmaxTessellationGenerationLevel(long struct)
    • nmaxTessellationPatchSize

      public static int nmaxTessellationPatchSize(long struct)
      Unsafe version of maxTessellationPatchSize().
    • nmaxTessellationControlPerVertexInputComponents

      public static int nmaxTessellationControlPerVertexInputComponents(long struct)
    • nmaxTessellationControlPerVertexOutputComponents

      public static int nmaxTessellationControlPerVertexOutputComponents(long struct)
    • nmaxTessellationControlPerPatchOutputComponents

      public static int nmaxTessellationControlPerPatchOutputComponents(long struct)
    • nmaxTessellationControlTotalOutputComponents

      public static int nmaxTessellationControlTotalOutputComponents(long struct)
    • nmaxTessellationEvaluationInputComponents

      public static int nmaxTessellationEvaluationInputComponents(long struct)
    • nmaxTessellationEvaluationOutputComponents

      public static int nmaxTessellationEvaluationOutputComponents(long struct)
    • nmaxGeometryShaderInvocations

      public static int nmaxGeometryShaderInvocations(long struct)
    • nmaxGeometryInputComponents

      public static int nmaxGeometryInputComponents(long struct)
      Unsafe version of maxGeometryInputComponents().
    • nmaxGeometryOutputComponents

      public static int nmaxGeometryOutputComponents(long struct)
    • nmaxGeometryOutputVertices

      public static int nmaxGeometryOutputVertices(long struct)
      Unsafe version of maxGeometryOutputVertices().
    • nmaxGeometryTotalOutputComponents

      public static int nmaxGeometryTotalOutputComponents(long struct)
    • nmaxFragmentInputComponents

      public static int nmaxFragmentInputComponents(long struct)
      Unsafe version of maxFragmentInputComponents().
    • nmaxFragmentOutputAttachments

      public static int nmaxFragmentOutputAttachments(long struct)
    • nmaxFragmentDualSrcAttachments

      public static int nmaxFragmentDualSrcAttachments(long struct)
    • nmaxFragmentCombinedOutputResources

      public static int nmaxFragmentCombinedOutputResources(long struct)
    • nmaxComputeSharedMemorySize

      public static int nmaxComputeSharedMemorySize(long struct)
      Unsafe version of maxComputeSharedMemorySize().
    • nmaxComputeWorkGroupCount

      public static IntBuffer nmaxComputeWorkGroupCount(long struct)
      Unsafe version of maxComputeWorkGroupCount().
    • nmaxComputeWorkGroupCount

      public static int nmaxComputeWorkGroupCount(long struct, int index)
      Unsafe version of maxComputeWorkGroupCount.
    • nmaxComputeWorkGroupInvocations

      public static int nmaxComputeWorkGroupInvocations(long struct)
    • nmaxComputeWorkGroupSize

      public static IntBuffer nmaxComputeWorkGroupSize(long struct)
      Unsafe version of maxComputeWorkGroupSize().
    • nmaxComputeWorkGroupSize

      public static int nmaxComputeWorkGroupSize(long struct, int index)
      Unsafe version of maxComputeWorkGroupSize.
    • nsubPixelPrecisionBits

      public static int nsubPixelPrecisionBits(long struct)
      Unsafe version of subPixelPrecisionBits().
    • nsubTexelPrecisionBits

      public static int nsubTexelPrecisionBits(long struct)
      Unsafe version of subTexelPrecisionBits().
    • nmipmapPrecisionBits

      public static int nmipmapPrecisionBits(long struct)
      Unsafe version of mipmapPrecisionBits().
    • nmaxDrawIndexedIndexValue

      public static int nmaxDrawIndexedIndexValue(long struct)
      Unsafe version of maxDrawIndexedIndexValue().
    • nmaxDrawIndirectCount

      public static int nmaxDrawIndirectCount(long struct)
      Unsafe version of maxDrawIndirectCount().
    • nmaxSamplerLodBias

      public static float nmaxSamplerLodBias(long struct)
      Unsafe version of maxSamplerLodBias().
    • nmaxSamplerAnisotropy

      public static float nmaxSamplerAnisotropy(long struct)
      Unsafe version of maxSamplerAnisotropy().
    • nmaxViewports

      public static int nmaxViewports(long struct)
      Unsafe version of maxViewports().
    • nmaxViewportDimensions

      public static IntBuffer nmaxViewportDimensions(long struct)
      Unsafe version of maxViewportDimensions().
    • nmaxViewportDimensions

      public static int nmaxViewportDimensions(long struct, int index)
      Unsafe version of maxViewportDimensions.
    • nviewportBoundsRange

      public static FloatBuffer nviewportBoundsRange(long struct)
      Unsafe version of viewportBoundsRange().
    • nviewportBoundsRange

      public static float nviewportBoundsRange(long struct, int index)
      Unsafe version of viewportBoundsRange.
    • nviewportSubPixelBits

      public static int nviewportSubPixelBits(long struct)
      Unsafe version of viewportSubPixelBits().
    • nminMemoryMapAlignment

      public static long nminMemoryMapAlignment(long struct)
      Unsafe version of minMemoryMapAlignment().
    • nminTexelBufferOffsetAlignment

      public static long nminTexelBufferOffsetAlignment(long struct)
    • nminUniformBufferOffsetAlignment

      public static long nminUniformBufferOffsetAlignment(long struct)
    • nminStorageBufferOffsetAlignment

      public static long nminStorageBufferOffsetAlignment(long struct)
    • nminTexelOffset

      public static int nminTexelOffset(long struct)
      Unsafe version of minTexelOffset().
    • nmaxTexelOffset

      public static int nmaxTexelOffset(long struct)
      Unsafe version of maxTexelOffset().
    • nminTexelGatherOffset

      public static int nminTexelGatherOffset(long struct)
      Unsafe version of minTexelGatherOffset().
    • nmaxTexelGatherOffset

      public static int nmaxTexelGatherOffset(long struct)
      Unsafe version of maxTexelGatherOffset().
    • nminInterpolationOffset

      public static float nminInterpolationOffset(long struct)
      Unsafe version of minInterpolationOffset().
    • nmaxInterpolationOffset

      public static float nmaxInterpolationOffset(long struct)
      Unsafe version of maxInterpolationOffset().
    • nsubPixelInterpolationOffsetBits

      public static int nsubPixelInterpolationOffsetBits(long struct)
    • nmaxFramebufferWidth

      public static int nmaxFramebufferWidth(long struct)
      Unsafe version of maxFramebufferWidth().
    • nmaxFramebufferHeight

      public static int nmaxFramebufferHeight(long struct)
      Unsafe version of maxFramebufferHeight().
    • nmaxFramebufferLayers

      public static int nmaxFramebufferLayers(long struct)
      Unsafe version of maxFramebufferLayers().
    • nframebufferColorSampleCounts

      public static int nframebufferColorSampleCounts(long struct)
    • nframebufferDepthSampleCounts

      public static int nframebufferDepthSampleCounts(long struct)
    • nframebufferStencilSampleCounts

      public static int nframebufferStencilSampleCounts(long struct)
    • nframebufferNoAttachmentsSampleCounts

      public static int nframebufferNoAttachmentsSampleCounts(long struct)
    • nmaxColorAttachments

      public static int nmaxColorAttachments(long struct)
      Unsafe version of maxColorAttachments().
    • nsampledImageColorSampleCounts

      public static int nsampledImageColorSampleCounts(long struct)
    • nsampledImageIntegerSampleCounts

      public static int nsampledImageIntegerSampleCounts(long struct)
    • nsampledImageDepthSampleCounts

      public static int nsampledImageDepthSampleCounts(long struct)
    • nsampledImageStencilSampleCounts

      public static int nsampledImageStencilSampleCounts(long struct)
    • nstorageImageSampleCounts

      public static int nstorageImageSampleCounts(long struct)
      Unsafe version of storageImageSampleCounts().
    • nmaxSampleMaskWords

      public static int nmaxSampleMaskWords(long struct)
      Unsafe version of maxSampleMaskWords().
    • ntimestampComputeAndGraphics

      public static int ntimestampComputeAndGraphics(long struct)
    • ntimestampPeriod

      public static float ntimestampPeriod(long struct)
      Unsafe version of timestampPeriod().
    • nmaxClipDistances

      public static int nmaxClipDistances(long struct)
      Unsafe version of maxClipDistances().
    • nmaxCullDistances

      public static int nmaxCullDistances(long struct)
      Unsafe version of maxCullDistances().
    • nmaxCombinedClipAndCullDistances

      public static int nmaxCombinedClipAndCullDistances(long struct)
    • ndiscreteQueuePriorities

      public static int ndiscreteQueuePriorities(long struct)
      Unsafe version of discreteQueuePriorities().
    • npointSizeRange

      public static FloatBuffer npointSizeRange(long struct)
      Unsafe version of pointSizeRange().
    • npointSizeRange

      public static float npointSizeRange(long struct, int index)
      Unsafe version of pointSizeRange.
    • nlineWidthRange

      public static FloatBuffer nlineWidthRange(long struct)
      Unsafe version of lineWidthRange().
    • nlineWidthRange

      public static float nlineWidthRange(long struct, int index)
      Unsafe version of lineWidthRange.
    • npointSizeGranularity

      public static float npointSizeGranularity(long struct)
      Unsafe version of pointSizeGranularity().
    • nlineWidthGranularity

      public static float nlineWidthGranularity(long struct)
      Unsafe version of lineWidthGranularity().
    • nstrictLines

      public static int nstrictLines(long struct)
      Unsafe version of strictLines().
    • nstandardSampleLocations

      public static int nstandardSampleLocations(long struct)
      Unsafe version of standardSampleLocations().
    • noptimalBufferCopyOffsetAlignment

      public static long noptimalBufferCopyOffsetAlignment(long struct)
    • noptimalBufferCopyRowPitchAlignment

      public static long noptimalBufferCopyRowPitchAlignment(long struct)
    • nnonCoherentAtomSize

      public static long nnonCoherentAtomSize(long struct)
      Unsafe version of nonCoherentAtomSize().