Class VkPhysicalDeviceConservativeRasterizationPropertiesEXT.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkPhysicalDeviceConservativeRasterizationPropertiesEXT.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 VkPhysicalDeviceConservativeRasterizationPropertiesEXT.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.
    • primitiveOverestimationSize

      public float primitiveOverestimationSize()
      Returns:
      the value of the primitiveOverestimationSize field.
    • maxExtraPrimitiveOverestimationSize

      public float maxExtraPrimitiveOverestimationSize()
      Returns:
      the value of the maxExtraPrimitiveOverestimationSize field.
    • extraPrimitiveOverestimationSizeGranularity

      public float extraPrimitiveOverestimationSizeGranularity()
      Returns:
      the value of the extraPrimitiveOverestimationSizeGranularity field.
    • primitiveUnderestimation

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

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

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

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

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

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

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

    • pNext

      Sets the specified value to the pNext field.