Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Draw
Method
Draw
BeefySysLib/platform/win/WinBFApp.cpp:1443–1448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1441
}
1442
1443
void WinBFApp::Draw()
1444
{
1445
mRenderDevice->FrameStart();
1446
BFApp::Draw();
1447
mRenderDevice->FrameEnd();
1448
}
1449
1450
void WinBFApp::GetDesktopResolution(int& width, int& height)
1451
{
Callers
1
FrameEnd
Method · 0.45
Calls
2
FrameStart
Method · 0.45
FrameEnd
Method · 0.45
Tested by
no test coverage detected