wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-10-09 14:24:42 +03:30
parent 2714afb464
commit 6b1c46a06d
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -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