Porting to a famous blue platform

This commit is contained in:
Wojtek Figat
2025-12-08 14:41:55 -08:00
parent bd78db72b9
commit 56066a3212
10 changed files with 30 additions and 4 deletions

View File

@@ -273,7 +273,7 @@ struct DrawCallsList
/// <summary>
/// True if draw calls batches list can be rendered using hardware instancing, otherwise false.
/// </summary>
bool CanUseInstancing;
bool CanUseInstancing = true;
void Clear();
bool IsEmpty() const;