Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
352
GFXVideoMode GFXInit::getInitialVideoMode()
353
{
354
GFXVideoMode vm;
355
_GFXInitGetInitialRes(vm);
356
return vm;
357
}
358
359
S32 GFXInit::getAdapterCount()
360
{
Callers
nothing calls this directly
Calls
1
_GFXInitGetInitialRes
Function · 0.85
Tested by
no test coverage detected