| 13 | } |
| 14 | |
| 15 | GraphicsContext * ThreadSafeFactory::GetDrawContext() |
| 16 | { |
| 17 | return CreateContext([this]() { return m_factory->GetDrawContext(); }, |
| 18 | [this]() { return m_factory->IsUploadContextCreated(); }); |
| 19 | } |
| 20 | |
| 21 | GraphicsContext * ThreadSafeFactory::GetResourcesUploadContext() |
| 22 | { |
no test coverage detected