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);