Class VkPhysicalDeviceMaintenance5Properties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceMaintenance5PropertiesKHR

public class VkPhysicalDeviceMaintenance5Properties extends Struct<VkPhysicalDeviceMaintenance5Properties> implements NativeResource

 struct VkPhysicalDeviceMaintenance5Properties {
     VkStructureType sType;
     void * pNext;
     VkBool32 earlyFragmentMultisampleCoverageAfterSampleCounting;
     VkBool32 earlyFragmentSampleMaskTestBeforeSampleCounting;
     VkBool32 depthStencilSwizzleOneSupport;
     VkBool32 polygonModePointSize;
     VkBool32 nonStrictSinglePixelWideLinesUseParallelogram;
     VkBool32 nonStrictWideLinesUseParallelogram;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • EARLYFRAGMENTMULTISAMPLECOVERAGEAFTERSAMPLECOUNTING

      public static final int EARLYFRAGMENTMULTISAMPLECOVERAGEAFTERSAMPLECOUNTING
      The struct member offsets.
    • EARLYFRAGMENTSAMPLEMASKTESTBEFORESAMPLECOUNTING

      public static final int EARLYFRAGMENTSAMPLEMASKTESTBEFORESAMPLECOUNTING
      The struct member offsets.
    • DEPTHSTENCILSWIZZLEONESUPPORT

      public static final int DEPTHSTENCILSWIZZLEONESUPPORT
      The struct member offsets.
    • POLYGONMODEPOINTSIZE

      public static final int POLYGONMODEPOINTSIZE
      The struct member offsets.
    • NONSTRICTSINGLEPIXELWIDELINESUSEPARALLELOGRAM

      public static final int NONSTRICTSINGLEPIXELWIDELINESUSEPARALLELOGRAM
      The struct member offsets.
    • NONSTRICTWIDELINESUSEPARALLELOGRAM

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

    • VkPhysicalDeviceMaintenance5Properties

      public VkPhysicalDeviceMaintenance5Properties(ByteBuffer container)
      Creates a VkPhysicalDeviceMaintenance5Properties 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