Ejemplo n.º 1
0
 internal PipelineCache(SharpVk.Device parent, SharpVk.Interop.PipelineCache handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
Ejemplo n.º 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);
Ejemplo n.º 3
0
 public static extern SharpVk.Result vkGetPipelineCacheData(SharpVk.Interop.Device device, SharpVk.Interop.PipelineCache pipelineCache, HostSize *dataSize, void *data);
Ejemplo n.º 4
0
 public static extern SharpVk.Result vkMergePipelineCaches(SharpVk.Interop.Device device, SharpVk.Interop.PipelineCache destinationCache, uint sourceCacheCount, SharpVk.Interop.PipelineCache *sourceCaches);
Ejemplo n.º 5
0
 public static extern void vkDestroyPipelineCache(SharpVk.Interop.Device device, SharpVk.Interop.PipelineCache pipelineCache, SharpVk.Interop.AllocationCallbacks *allocator);