Renderer: Expose present mode and allow to query/set it

This commit is contained in:
SirLynix
2023-08-13 18:16:03 +02:00
parent 28d69ab552
commit e8620894f7
21 changed files with 420 additions and 43 deletions

View File

@@ -0,0 +1,5 @@
target("PresentModeTest")
add_deps("NazaraGraphics")
add_packages("entt")
add_defines("NAZARA_ENTT")
add_files("main.cpp")