MCPcopy 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
1443void WinBFApp::Draw()
1444{
1445 mRenderDevice->FrameStart();
1446 BFApp::Draw();
1447 mRenderDevice->FrameEnd();
1448}
1449
1450void WinBFApp::GetDesktopResolution(int& width, int& height)
1451{

Callers 1

FrameEndMethod · 0.45

Calls 2

FrameStartMethod · 0.45
FrameEndMethod · 0.45

Tested by

no test coverage detected