Class VkPhysicalDeviceVulkan14Properties.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<VkPhysicalDeviceVulkan14Properties>, NativeResource, Pointer
Enclosing class:
VkPhysicalDeviceVulkan14Properties

public static class VkPhysicalDeviceVulkan14Properties.Buffer extends StructBuffer<VkPhysicalDeviceVulkan14Properties,VkPhysicalDeviceVulkan14Properties.Buffer> implements NativeResource
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkPhysicalDeviceVulkan14Properties.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by VkPhysicalDeviceVulkan14Properties.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • sType

      public int sType()
      Returns:
      the value of the sType field.
    • pNext

      public long pNext()
      Returns:
      the value of the pNext field.
    • lineSubPixelPrecisionBits

      public int lineSubPixelPrecisionBits()
      Returns:
      the value of the lineSubPixelPrecisionBits field.
    • maxVertexAttribDivisor

      public int maxVertexAttribDivisor()
      Returns:
      the value of the maxVertexAttribDivisor field.
    • supportsNonZeroFirstInstance

      public boolean supportsNonZeroFirstInstance()
      Returns:
      the value of the supportsNonZeroFirstInstance field.
    • maxPushDescriptors

      public int maxPushDescriptors()
      Returns:
      the value of the maxPushDescriptors field.
    • dynamicRenderingLocalReadDepthStencilAttachments

      public boolean dynamicRenderingLocalReadDepthStencilAttachments()
      Returns:
      the value of the dynamicRenderingLocalReadDepthStencilAttachments field.
    • dynamicRenderingLocalReadMultisampledAttachments

      public boolean dynamicRenderingLocalReadMultisampledAttachments()
      Returns:
      the value of the dynamicRenderingLocalReadMultisampledAttachments field.
    • earlyFragmentMultisampleCoverageAfterSampleCounting

      public boolean earlyFragmentMultisampleCoverageAfterSampleCounting()
      Returns:
      the value of the earlyFragmentMultisampleCoverageAfterSampleCounting field.
    • earlyFragmentSampleMaskTestBeforeSampleCounting

      public boolean earlyFragmentSampleMaskTestBeforeSampleCounting()
      Returns:
      the value of the earlyFragmentSampleMaskTestBeforeSampleCounting field.
    • depthStencilSwizzleOneSupport

      public boolean depthStencilSwizzleOneSupport()
      Returns:
      the value of the depthStencilSwizzleOneSupport field.
    • polygonModePointSize

      public boolean polygonModePointSize()
      Returns:
      the value of the polygonModePointSize field.
    • nonStrictSinglePixelWideLinesUseParallelogram

      public boolean nonStrictSinglePixelWideLinesUseParallelogram()
      Returns:
      the value of the nonStrictSinglePixelWideLinesUseParallelogram field.
    • nonStrictWideLinesUseParallelogram

      public boolean nonStrictWideLinesUseParallelogram()
      Returns:
      the value of the nonStrictWideLinesUseParallelogram field.
    • blockTexelViewCompatibleMultipleLayers

      public boolean blockTexelViewCompatibleMultipleLayers()
      Returns:
      the value of the blockTexelViewCompatibleMultipleLayers field.
    • maxCombinedImageSamplerDescriptorCount

      public int maxCombinedImageSamplerDescriptorCount()
      Returns:
      the value of the maxCombinedImageSamplerDescriptorCount field.
    • fragmentShadingRateClampCombinerInputs

      public boolean fragmentShadingRateClampCombinerInputs()
      Returns:
      the value of the fragmentShadingRateClampCombinerInputs field.
    • defaultRobustnessStorageBuffers

      public int defaultRobustnessStorageBuffers()
      Returns:
      the value of the defaultRobustnessStorageBuffers field.
    • defaultRobustnessUniformBuffers

      public int defaultRobustnessUniformBuffers()
      Returns:
      the value of the defaultRobustnessUniformBuffers field.
    • defaultRobustnessVertexInputs

      public int defaultRobustnessVertexInputs()
      Returns:
      the value of the defaultRobustnessVertexInputs field.
    • defaultRobustnessImages

      public int defaultRobustnessImages()
      Returns:
      the value of the defaultRobustnessImages field.
    • copySrcLayoutCount

      public int copySrcLayoutCount()
      Returns:
      the value of the copySrcLayoutCount field.
    • pCopySrcLayouts

      public @Nullable IntBuffer pCopySrcLayouts()
      Returns:
      a IntBuffer view of the data pointed to by the pCopySrcLayouts field.
    • copyDstLayoutCount

      public int copyDstLayoutCount()
      Returns:
      the value of the copyDstLayoutCount field.
    • pCopyDstLayouts

      public @Nullable IntBuffer pCopyDstLayouts()
      Returns:
      a IntBuffer view of the data pointed to by the pCopyDstLayouts field.
    • optimalTilingLayoutUUID

      public ByteBuffer optimalTilingLayoutUUID()
      Returns:
      a ByteBuffer view of the optimalTilingLayoutUUID field.
    • optimalTilingLayoutUUID

      public byte optimalTilingLayoutUUID(int index)
      Returns:
      the value at the specified index of the optimalTilingLayoutUUID field.
    • identicalMemoryTypeRequirements

      public boolean identicalMemoryTypeRequirements()
      Returns:
      the value of the identicalMemoryTypeRequirements field.
    • sType

      Sets the specified value to the sType field.
    • sType$Default

      Sets the STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_4_PROPERTIES value to the sType field.
    • pNext

      public VkPhysicalDeviceVulkan14Properties.Buffer pNext(long value)
      Sets the specified value to the pNext field.