Esempio n. 1
0
 public static extern unsafe Result vkCreateFramebuffer(IntPtr device, FramebufferCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, ulong *pFramebuffer);
Esempio n. 2
0
 internal static unsafe extern Result vkCreateFramebuffer(IntPtr device, FramebufferCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pFramebuffer);
Esempio n. 3
0
 internal static unsafe extern Result vkCreateFramebuffer(Device device, FramebufferCreateInfo *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pFramebuffer);
 internal static unsafe extern Result vkCreateFramebuffer(IntPtr device, FramebufferCreateInfo *CreateInfo, IntPtr Allocator, UInt64 *Framebuffer);