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

Method getInitialVideoMode

Engine/source/gfx/gfxInit.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352GFXVideoMode GFXInit::getInitialVideoMode()
353{
354 GFXVideoMode vm;
355 _GFXInitGetInitialRes(vm);
356 return vm;
357}
358
359S32 GFXInit::getAdapterCount()
360{

Callers

nothing calls this directly

Calls 1

_GFXInitGetInitialResFunction · 0.85

Tested by

no test coverage detected