예제 #1
0
 public static extern unsafe Result vkCreatePipelineLayout(IntPtr device, PipelineLayoutCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, ulong *pPipelineLayout);
예제 #2
0
 internal static unsafe extern Result vkCreatePipelineLayout(IntPtr device, PipelineLayoutCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pPipelineLayout);
예제 #3
0
 internal static unsafe extern Result vkCreatePipelineLayout(Device device, PipelineLayoutCreateInfo *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pPipelineLayout);
 internal static unsafe extern Result vkCreatePipelineLayout(IntPtr device, PipelineLayoutCreateInfo *CreateInfo, IntPtr Allocator, UInt64 *PipelineLayout);