fixed texture loading

This commit is contained in:
Asuro
2025-02-17 18:25:39 +01:00
parent f93c40f3b6
commit fb5851020f
14 changed files with 30 additions and 16 deletions

View File

@@ -76,5 +76,5 @@ namespace Game
void SetShared(SharedData& instance);
GameInstance& GetInstance();
void SetInstance(GameInstance& instance);
void* AllocateScratch(size_t byteCount);
void* AllocateScratch(size_t byteCount, size_t align = 16);
} // namespace Game