| 1440 | } |
| 1441 | |
| 1442 | void DX11Engine::DisplayColorBuffer(uint32_t syncInterval) |
| 1443 | { |
| 1444 | // The swap must occur on the thread in which the device was created. |
| 1445 | mSwapChain->Present(syncInterval, 0); |
| 1446 | } |
| 1447 | |
| 1448 | void DX11Engine::SetBlendState(std::shared_ptr<BlendState> const& state) |
| 1449 | { |
no outgoing calls