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

      @NativeType("VkStructureType") public int sType()
      Returns:
      the value of the sType field.
    • pNext

      @NativeType("void *") public long pNext()
      Returns:
      the value of the pNext field.
    • lineSubPixelPrecisionBits

      @NativeType("uint32_t") public int lineSubPixelPrecisionBits()
      Returns:
      the value of the lineSubPixelPrecisionBits field.
    • maxVertexAttribDivisor

      @NativeType("uint32_t") public int maxVertexAttribDivisor()
      Returns:
      the value of the maxVertexAttribDivisor field.
    • supportsNonZeroFirstInstance

      @NativeType("VkBool32") public boolean supportsNonZeroFirstInstance()
      Returns:
      the value of the supportsNonZeroFirstInstance field.
    • maxPushDescriptors

      @NativeType("uint32_t") public int maxPushDescriptors()
      Returns:
      the value of the maxPushDescriptors field.
    • dynamicRenderingLocalReadDepthStencilAttachments

      @NativeType("VkBool32") public boolean dynamicRenderingLocalReadDepthStencilAttachments()
      Returns:
      the value of the dynamicRenderingLocalReadDepthStencilAttachments field.
    • dynamicRenderingLocalReadMultisampledAttachments

      @NativeType("VkBool32") public boolean dynamicRenderingLocalReadMultisampledAttachments()
      Returns:
      the value of the dynamicRenderingLocalReadMultisampledAttachments field.
    • earlyFragmentMultisampleCoverageAfterSampleCounting

      @NativeType("VkBool32") public boolean earlyFragmentMultisampleCoverageAfterSampleCounting()
      Returns:
      the value of the earlyFragmentMultisampleCoverageAfterSampleCounting field.
    • earlyFragmentSampleMaskTestBeforeSampleCounting

      @NativeType("VkBool32") public boolean earlyFragmentSampleMaskTestBeforeSampleCounting()
      Returns:
      the value of the earlyFragmentSampleMaskTestBeforeSampleCounting field.
    • depthStencilSwizzleOneSupport

      @NativeType("VkBool32") public boolean depthStencilSwizzleOneSupport()
      Returns:
      the value of the depthStencilSwizzleOneSupport field.
    • polygonModePointSize

      @NativeType("VkBool32") public boolean polygonModePointSize()
      Returns:
      the value of the polygonModePointSize field.
    • nonStrictSinglePixelWideLinesUseParallelogram

      @NativeType("VkBool32") public boolean nonStrictSinglePixelWideLinesUseParallelogram()
      Returns:
      the value of the nonStrictSinglePixelWideLinesUseParallelogram field.
    • nonStrictWideLinesUseParallelogram

      @NativeType("VkBool32") public boolean nonStrictWideLinesUseParallelogram()
      Returns:
      the value of the nonStrictWideLinesUseParallelogram field.
    • blockTexelViewCompatibleMultipleLayers

      @NativeType("VkBool32") public boolean blockTexelViewCompatibleMultipleLayers()
      Returns:
      the value of the blockTexelViewCompatibleMultipleLayers field.
    • maxCombinedImageSamplerDescriptorCount

      @NativeType("uint32_t") public int maxCombinedImageSamplerDescriptorCount()
      Returns:
      the value of the maxCombinedImageSamplerDescriptorCount field.
    • fragmentShadingRateClampCombinerInputs

      @NativeType("VkBool32") public boolean fragmentShadingRateClampCombinerInputs()
      Returns:
      the value of the fragmentShadingRateClampCombinerInputs field.
    • defaultRobustnessStorageBuffers

      @NativeType("VkPipelineRobustnessBufferBehavior") public int defaultRobustnessStorageBuffers()
      Returns:
      the value of the defaultRobustnessStorageBuffers field.
    • defaultRobustnessUniformBuffers

      @NativeType("VkPipelineRobustnessBufferBehavior") public int defaultRobustnessUniformBuffers()
      Returns:
      the value of the defaultRobustnessUniformBuffers field.
    • defaultRobustnessVertexInputs

      @NativeType("VkPipelineRobustnessBufferBehavior") public int defaultRobustnessVertexInputs()
      Returns:
      the value of the defaultRobustnessVertexInputs field.
    • defaultRobustnessImages

      @NativeType("VkPipelineRobustnessImageBehavior") public int defaultRobustnessImages()
      Returns:
      the value of the defaultRobustnessImages field.
    • copySrcLayoutCount

      @NativeType("uint32_t") public int copySrcLayoutCount()
      Returns:
      the value of the copySrcLayoutCount field.
    • pCopySrcLayouts

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

      @NativeType("uint32_t") public int copyDstLayoutCount()
      Returns:
      the value of the copyDstLayoutCount field.
    • pCopyDstLayouts

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

      @NativeType("uint8_t[VK_UUID_SIZE]") public ByteBuffer optimalTilingLayoutUUID()
      Returns:
      a ByteBuffer view of the optimalTilingLayoutUUID field.
    • optimalTilingLayoutUUID

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

      @NativeType("VkBool32") public boolean identicalMemoryTypeRequirements()
      Returns:
      the value of the identicalMemoryTypeRequirements field.
    • sType

      public VkPhysicalDeviceVulkan14Properties.Buffer sType(@NativeType("VkStructureType") int value)
      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(@NativeType("void *") long value)
      Sets the specified value to the pNext field.