コード例 #1
0
 public static extern unsafe Result vkCreateEvent(IntPtr device, EventCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, ulong *pEvent);
コード例 #2
0
 internal static unsafe extern Result vkCreateEvent(IntPtr device, EventCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pEvent);
コード例 #3
0
 internal static unsafe extern Result vkCreateEvent(Device device, EventCreateInfo *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pEvent);
コード例 #4
0
 internal static unsafe extern Result vkCreateEvent(IntPtr device, EventCreateInfo *CreateInfo, IntPtr Allocator, UInt64 *Event);