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

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

      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

      public boolean primitiveUnderestimation()
      Returns:
      the value of the primitiveUnderestimation field.
    • conservativePointAndLineRasterization

      public boolean conservativePointAndLineRasterization()
      Returns:
      the value of the conservativePointAndLineRasterization field.
    • degenerateTrianglesRasterized

      public boolean degenerateTrianglesRasterized()
      Returns:
      the value of the degenerateTrianglesRasterized field.
    • degenerateLinesRasterized

      public boolean degenerateLinesRasterized()
      Returns:
      the value of the degenerateLinesRasterized field.
    • fullyCoveredFragmentShaderInputVariable

      public boolean fullyCoveredFragmentShaderInputVariable()
      Returns:
      the value of the fullyCoveredFragmentShaderInputVariable field.
    • conservativeRasterizationPostDepthCoverage

      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.