Class VkHeadlessSurfaceCreateInfoEXT

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

    public class VkHeadlessSurfaceCreateInfoEXT
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure specifying parameters of a newly created headless surface object.
    Valid Usage (Implicit)
    See Also

    CreateHeadlessSurfaceEXT

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • flags – reserved for future use.

    Layout

    
     struct VkHeadlessSurfaceCreateInfoEXT {
         VkStructureType sType;
         void const * pNext;
         VkHeadlessSurfaceCreateFlagsEXT flags;
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

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

        The struct member offsets.
    • Constructor Detail

      • VkHeadlessSurfaceCreateInfoEXT

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