예제 #1
0
 internal PipelineCache(SharpVk.Device parent, SharpVk.Interop.PipelineCache handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
예제 #2
0
 public static extern SharpVk.Result vkCreateComputePipelines(SharpVk.Interop.Device device, SharpVk.Interop.PipelineCache pipelineCache, uint createInfoCount, SharpVk.Interop.ComputePipelineCreateInfo *createInfos, SharpVk.Interop.AllocationCallbacks *allocator, SharpVk.Interop.Pipeline *pipelines);
예제 #3
0
 public static extern SharpVk.Result vkGetPipelineCacheData(SharpVk.Interop.Device device, SharpVk.Interop.PipelineCache pipelineCache, HostSize *dataSize, void *data);
예제 #4
0
 public static extern SharpVk.Result vkMergePipelineCaches(SharpVk.Interop.Device device, SharpVk.Interop.PipelineCache destinationCache, uint sourceCacheCount, SharpVk.Interop.PipelineCache *sourceCaches);
예제 #5
0
 public static extern void vkDestroyPipelineCache(SharpVk.Interop.Device device, SharpVk.Interop.PipelineCache pipelineCache, SharpVk.Interop.AllocationCallbacks *allocator);