Ejemplo n.º 1
0
 protected override void DispatchIndirectCore(DeviceBuffer indirectBuffer, uint offset)
 {
     _currentCommands.DispatchIndirect(indirectBuffer, offset);
 }
Ejemplo n.º 2
0
 protected override void DispatchIndirectCore(Buffer indirectBuffer, uint offset)
 {
     _commands.DispatchIndirect(indirectBuffer, offset);
 }