1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 13:07:44 +00:00
novus/renderer/src
Joshua Goins a0e3e41303 Fix rendering on Windows
At least on my machine, the AMD Windows Vulkan driver is way more strict
compared to Linux.

* The correct device features are now enabled.
* Image usage flags for offscreen textures are corrected.
2024-04-25 18:48:21 -04:00
..
device.cpp Split up Renderer's source files and a lot of refactoring 2024-04-21 17:35:51 -04:00
gamerenderer.cpp Fix rendering on Windows 2024-04-25 18:48:21 -04:00
imguipass.cpp Split up Renderer's source files and a lot of refactoring 2024-04-21 17:35:51 -04:00
imguipass.h Split up Renderer's source files and a lot of refactoring 2024-04-21 17:35:51 -04:00
rendermanager.cpp Fix rendering on Windows 2024-04-25 18:48:21 -04:00
simplerenderer.cpp Fix rendering on Windows 2024-04-25 18:48:21 -04:00
swapchain.cpp Split up Renderer's source files and a lot of refactoring 2024-04-21 17:35:51 -04:00