MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / _Create

Method _Create

ogsr_engine/xr_3da/Device_create.cpp:20–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void CRenderDevice::_Create()
21{
22 Memory.mem_compact();
23
24 // after creation
25 b_is_Ready = TRUE;
26
27 _SetupStates();
28
29 m_pRender->OnDeviceCreate();
30
31 dwFrame = 0;
32}
33
34void CRenderDevice::ConnectToRender()
35{

Callers

nothing calls this directly

Calls 2

mem_compactMethod · 0.80
OnDeviceCreateMethod · 0.45

Tested by

no test coverage detected