Class VkMemoryGetMetalHandleInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkMemoryGetMetalHandleInfoEXT extends Struct<VkMemoryGetMetalHandleInfoEXT> implements NativeResource
struct VkMemoryGetMetalHandleInfoEXT {
    VkStructureType sType;
    void const * pNext;
    VkDeviceMemory memory;
    VkExternalMemoryHandleTypeFlagBits handleType;
}