MCPcopy Create free account
hub / github.com/beefytech/Beef / Process

Method Process

BeefySysLib/platform/win/WinBFApp.cpp:1430–1441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428}
1429
1430void WinBFApp::Process()
1431{
1432 BFApp::Process();
1433
1434 auto dxRenderDevice = (DXRenderDevice*)mRenderDevice;
1435 if (dxRenderDevice->mNeedsReinitNative)
1436 {
1437 dxRenderDevice->mNeedsReinitNative = false;
1438 dxRenderDevice->ReinitNative();
1439 mForceNextDraw = true;
1440 }
1441}
1442
1443void WinBFApp::Draw()
1444{

Callers 1

WindowProcMethod · 0.45

Calls 1

ReinitNativeMethod · 0.80

Tested by

no test coverage detected