Class VkMetalSurfaceCreateInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkMetalSurfaceCreateInfoEXT>
org.lwjgl.vulkan.VkMetalSurfaceCreateInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkMetalSurfaceCreateInfoEXT extends org.lwjgl.system.Struct<VkMetalSurfaceCreateInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying parameters of a newly created Metal surface object.
Valid Usage (Implicit)
See Also

CreateMetalSurfaceEXT

Layout


 struct VkMetalSurfaceCreateInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkMetalSurfaceCreateFlagsEXT flags();
     CAMetalLayer const * pLayer(int);
 }