| 109 | } |
| 110 | |
| 111 | void BaseManager::createGuiPlatform() |
| 112 | { |
| 113 | mPlatform = new MyGUI::DirectX11Platform(); |
| 114 | setupResources(); |
| 115 | mPlatform->initialise(mDevice); |
| 116 | } |
| 117 | |
| 118 | void BaseManager::destroyGuiPlatform() |
| 119 | { |
nothing calls this directly
no test coverage detected