Class VkPhysicalDeviceImageViewImageFormatInfoEXT

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

    public class VkPhysicalDeviceImageViewImageFormatInfoEXT
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure for providing image view type.
    Valid Usage (Implicit)

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • imageViewType – a VkImageViewType value specifying the type of the image view.

    Layout

    
     struct VkPhysicalDeviceImageViewImageFormatInfoEXT {
         VkStructureType sType;
         void * pNext;
         VkImageViewType imageViewType;
     }