| 18 | } |
| 19 | |
| 20 | void 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 | |
| 34 | void CRenderDevice::ConnectToRender() |
| 35 | { |
nothing calls this directly
no test coverage detected