Class VkPhysicalDeviceExternalImageFormatInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceExternalImageFormatInfoKHR

public class VkPhysicalDeviceExternalImageFormatInfo extends Struct<VkPhysicalDeviceExternalImageFormatInfo> implements NativeResource

 struct VkPhysicalDeviceExternalImageFormatInfo {
     VkStructureType sType;
     void const * pNext;
     VkExternalMemoryHandleTypeFlagBits handleType;
 }