Class VkImportMetalTextureInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkImportMetalTextureInfoEXT extends Struct<VkImportMetalTextureInfoEXT> implements NativeResource
struct VkImportMetalTextureInfoEXT {
    VkStructureType sType;
    void const * pNext;
    VkImageAspectFlagBits plane;
    MTLTexture_id mtlTexture;
}