Exemplo n.º 1
0
 public static extern unsafe Result vkCreatePipelineCache(IntPtr device, PipelineCacheCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, ulong *pPipelineCache);
Exemplo n.º 2
0
 internal static unsafe extern Result vkCreatePipelineCache(IntPtr device, PipelineCacheCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pPipelineCache);
Exemplo n.º 3
0
 internal static unsafe extern Result vkCreatePipelineCache(Device device, PipelineCacheCreateInfo *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pPipelineCache);
 internal static unsafe extern Result vkCreatePipelineCache(IntPtr device, PipelineCacheCreateInfo *CreateInfo, IntPtr Allocator, UInt64 *PipelineCache);