public CommandBufferScoped(CommandBufferPool pool, CommandBuffer commandBuffer, int commandBufferIndex)
 {
     _pool              = pool;
     CommandBuffer      = commandBuffer;
     CommandBufferIndex = commandBufferIndex;
 }
Exemple #2
0
 public bool HasRentedCommandBufferDependency(CommandBufferPool cbp)
 {
     return(_cbOwnership.AnySet());
 }