MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getAdapters

Method getAdapters

Engine/source/gfx/gfxInit.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void GFXInit::getAdapters(Vector<GFXAdapter*> *adapters)
365{
366 adapters->clear();
367 for (U32 k = 0; k < smAdapters.size(); k++)
368 adapters->push_back(smAdapters[k]);
369}
370
371GFXVideoMode GFXInit::getDesktopResolution()
372{

Callers

nothing calls this directly

Calls 3

clearMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected