fix mesh indexing

This commit is contained in:
Asuro
2025-03-27 16:52:34 +01:00
parent aafa5e966e
commit 24a724a021
5 changed files with 32 additions and 13 deletions

View File

@@ -88,6 +88,13 @@ namespace Game
ImTextureID PreviewID = 0;
};
enum class EMaterial : uint16_t
{
Default = 0,
UI = 1,
UNDEFINED = UINT16_MAX
};
class GameRendering
{
public: