Class VkPhysicalDeviceImageFormatInfo2

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceImageFormatInfo2>
org.lwjgl.vulkan.VkPhysicalDeviceImageFormatInfo2
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkPhysicalDeviceImageFormatInfo2KHR

public class VkPhysicalDeviceImageFormatInfo2 extends org.lwjgl.system.Struct<VkPhysicalDeviceImageFormatInfo2> implements org.lwjgl.system.NativeResource
Structure specifying image creation parameters.
Description

The members of VkPhysicalDeviceImageFormatInfo2 correspond to the arguments to GetPhysicalDeviceImageFormatProperties, with sType and pNext added for extensibility.

Valid Usage
Valid Usage (Implicit)
See Also

GetPhysicalDeviceImageFormatProperties2, GetPhysicalDeviceImageFormatProperties2KHR

Layout


 struct VkPhysicalDeviceImageFormatInfo2 {
     VkStructureType sType();
     void const * pNext();
     VkFormat format();
     VkImageType type();
     VkImageTiling tiling();
     VkImageUsageFlags usage();
     VkImageCreateFlags flags();
 }