This commit is contained in:
parent
2714afb464
commit
6b1c46a06d
1 changed files with 3 additions and 3 deletions
|
@ -202,9 +202,9 @@ private:
|
|||
lt::renderer::IDevice::create(constants::api, gpu(), surface())
|
||||
};
|
||||
//
|
||||
// lt::memory::Scope<lt::renderer::ISwapchain> m_swapchain {
|
||||
// lt::renderer::ISwapchain::create(constants::api, surface(), gpu(), m_device.get())
|
||||
// };
|
||||
lt::memory::Scope<lt::renderer::ISwapchain> m_swapchain {
|
||||
lt::renderer::ISwapchain::create(constants::api, surface(), gpu(), m_device.get())
|
||||
};
|
||||
};
|
||||
|
||||
class Fixture_RendererSystem: public Fixture_SurfaceSystem
|
||||
|
|
Loading…
Add table
Reference in a new issue