Class VkSwapchainCounterCreateInfoEXT

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

    public class VkSwapchainCounterCreateInfoEXT
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Specify the surface counters desired.
    Valid Usage
    Valid Usage (Implicit)

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • surfaceCounters – a bitmask of VkSurfaceCounterFlagBitsEXT specifying surface counters to enable for the swapchain.

    Layout

    
     struct VkSwapchainCounterCreateInfoEXT {
         VkStructureType sType;
         void const * pNext;
         VkSurfaceCounterFlagsEXT surfaceCounters;
     }
    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

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

        The struct member offsets.
    • Constructor Detail

      • VkSwapchainCounterCreateInfoEXT

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