示例#1
0
 public static extern void vkCmdBindPipeline(SharpVk.Interop.CommandBuffer commandBuffer, SharpVk.PipelineBindPoint pipelineBindPoint, SharpVk.Interop.Pipeline pipeline);
示例#2
0
 internal Pipeline(SharpVk.Device parent, SharpVk.Interop.Pipeline handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
示例#3
0
 public static extern void vkDestroyPipeline(SharpVk.Interop.Device device, SharpVk.Interop.Pipeline pipeline, SharpVk.Interop.AllocationCallbacks *allocator);