Class VkVideoFormatPropertiesKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkVideoFormatPropertiesKHR>
org.lwjgl.vulkan.VkVideoFormatPropertiesKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkVideoFormatPropertiesKHR extends org.lwjgl.system.Struct<VkVideoFormatPropertiesKHR> implements org.lwjgl.system.NativeResource
Structure enumerating the video image formats.
Valid Usage (Implicit)
See Also

VkComponentMapping, GetPhysicalDeviceVideoFormatPropertiesKHR

Layout


 struct VkVideoFormatPropertiesKHR {
     VkStructureType sType();
     void * pNext();
     VkFormat format();
     VkComponentMapping componentMapping();
     VkImageCreateFlags imageCreateFlags();
     VkImageType imageType();
     VkImageTiling imageTiling();
     VkImageUsageFlags imageUsageFlags();
 }
  • 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.
    • FORMAT

      public static final int FORMAT
      The struct member offsets.
    • COMPONENTMAPPING

      public static final int COMPONENTMAPPING
      The struct member offsets.
    • IMAGECREATEFLAGS

      public static final int IMAGECREATEFLAGS
      The struct member offsets.
    • IMAGETYPE

      public static final int IMAGETYPE
      The struct member offsets.
    • IMAGETILING

      public static final int IMAGETILING
      The struct member offsets.
    • IMAGEUSAGEFLAGS

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

    • VkVideoFormatPropertiesKHR

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