Class VkDisplayProperties2KHR

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkDisplayProperties2KHR
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure describing an available display device.
    Valid Usage (Implicit)
    See Also

    VkDisplayPropertiesKHR, GetPhysicalDeviceDisplayProperties2KHR

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • displayProperties – an instance of the VkDisplayPropertiesKHR structure.

    Layout

    
     struct VkDisplayProperties2KHR {
         VkStructureType sType;
         void * pNext;
         VkDisplayPropertiesKHR displayProperties;
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • STYPE, PNEXT, DISPLAYPROPERTIES

        The struct member offsets.
    • Constructor Detail

      • VkDisplayProperties2KHR

        public VkDisplayProperties2KHR​(java.nio.ByteBuffer container)
        Creates a VkDisplayProperties2KHR 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 Detail

      • sizeof

        public int sizeof()
        Specified by:
        sizeof in class org.lwjgl.system.Struct
      • sType

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

        public long pNext()
        Returns the value of the pNext field.
      • set

        public VkDisplayProperties2KHR set​(int sType,
                                           long pNext)
        Initializes this struct with the specified values.
      • malloc

        public static VkDisplayProperties2KHR malloc()
        Returns a new VkDisplayProperties2KHR instance allocated with memAlloc. The instance must be explicitly freed.
      • calloc

        public static VkDisplayProperties2KHR calloc()
        Returns a new VkDisplayProperties2KHR instance allocated with memCalloc. The instance must be explicitly freed.
      • create

        public static VkDisplayProperties2KHR create()
        Returns a new VkDisplayProperties2KHR instance allocated with BufferUtils.
      • create

        public static VkDisplayProperties2KHR create​(long address)
        Returns a new VkDisplayProperties2KHR instance for the specified memory address.
      • mallocStack

        public static VkDisplayProperties2KHR mallocStack()
        Returns a new VkDisplayProperties2KHR instance allocated on the thread-local MemoryStack.
      • callocStack

        public static VkDisplayProperties2KHR callocStack()
        Returns a new VkDisplayProperties2KHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
      • mallocStack

        public static VkDisplayProperties2KHR mallocStack​(org.lwjgl.system.MemoryStack stack)
        Returns a new VkDisplayProperties2KHR instance allocated on the specified MemoryStack.
        Parameters:
        stack - the stack from which to allocate
      • callocStack

        public static VkDisplayProperties2KHR callocStack​(org.lwjgl.system.MemoryStack stack)
        Returns a new VkDisplayProperties2KHR instance allocated on the specified MemoryStack and initializes all its bits to zero.
        Parameters:
        stack - the stack from which to allocate
      • mallocStack

        public static VkDisplayProperties2KHR.Buffer mallocStack​(int capacity,
                                                                 org.lwjgl.system.MemoryStack stack)
        Returns a new VkDisplayProperties2KHR.Buffer instance allocated on the specified MemoryStack.
        Parameters:
        stack - the stack from which to allocate
        capacity - the buffer capacity
      • callocStack

        public static VkDisplayProperties2KHR.Buffer callocStack​(int capacity,
                                                                 org.lwjgl.system.MemoryStack stack)
        Returns a new VkDisplayProperties2KHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
        Parameters:
        stack - the stack from which to allocate
        capacity - the buffer capacity
      • nsType

        public static int nsType​(long struct)
        Unsafe version of sType().
      • npNext

        public static long npNext​(long struct)
        Unsafe version of pNext().
      • nsType

        public static void nsType​(long struct,
                                  int value)
        Unsafe version of sType.
      • npNext

        public static void npNext​(long struct,
                                  long value)
        Unsafe version of pNext.