MCPcopy Create free account
hub / github.com/chrxh/alien / getGpuName

Method getGpuName

source/EngineImpl/SimulationFacadeImpl.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::string _SimulationFacadeImpl::getGpuName() const
39{
40 return _worker.getGpuName();
41}
42
43void _SimulationFacadeImpl::tryDrawVectorGraphics(
44 RealVector2D const& rectUpperLeft,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected