| 40 | } |
| 41 | |
| 42 | std::string EngineWorker::getGpuName() const |
| 43 | { |
| 44 | return _SimulationCudaFacade::checkAndReturnGpuInfo().gpuModelName; |
| 45 | } |
| 46 | |
| 47 | void EngineWorker::tryDrawVectorGraphics( |
| 48 | RealVector2D const& rectUpperLeft, |
no outgoing calls
no test coverage detected