Exemplo n.º 1
0
 public void CmdBindPipeline(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     VkPipelineBindPoint pipelineBindPoint,
     GenPipeline pipeline)
 { }
Exemplo n.º 2
0
 public void CmdBindPipeline(
     [FromProperty("this")] GenCommandBuffer commandBuffer,
     VkPipelineBindPoint pipelineBindPoint,
     GenPipeline pipeline)
 {
 }
Exemplo n.º 3
0
 public void DestroyPipeline(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenPipeline pipeline,
     [FromProperty("Allocator")] GenAllocationCallbacks *pAllocator)
 {
 }