Ejemplo n.º 1
0
 protected override void DrawIndexedIndirectCore(DeviceBuffer indirectBuffer, uint offset, uint drawCount, uint stride)
 {
     _currentCommands.DrawIndexedIndirect(indirectBuffer, offset, drawCount, stride);
 }