Class VkPhysicalDeviceMaintenance5Properties

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceMaintenance5Properties>
org.lwjgl.vulkan.VkPhysicalDeviceMaintenance5Properties
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkPhysicalDeviceMaintenance5PropertiesKHR

public class VkPhysicalDeviceMaintenance5Properties extends org.lwjgl.system.Struct<VkPhysicalDeviceMaintenance5Properties> implements org.lwjgl.system.NativeResource
Structure describing various implementation-defined properties introduced with VK_KHR_maintenance5.
Description

If the VkPhysicalDeviceMaintenance5Properties structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 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