Renderer/RenderDeviceInfo: Ensure storage/uniform buffer alignment is a power of two

This commit is contained in:
SirLynix
2023-08-31 17:55:15 +02:00
parent 9ff1dcc42a
commit 51e0876bed
5 changed files with 10 additions and 8 deletions

View File

@@ -248,7 +248,7 @@ end
add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo")
add_requires("entt 3.12.2", "fmt", "frozen", "nazarautils >=2023.08.04")
add_requires("entt 3.12.2", "fmt", "frozen", "nazarautils >=2023.08.31")
-- Module dependencies
if has_config("audio") then