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