puzzle ids
This commit is contained in:
@@ -17,7 +17,8 @@ namespace Game
|
||||
{
|
||||
struct EntityRenderData
|
||||
{
|
||||
float TestColor[4]{1.0f, 1.0f, 1.0f, 1.0f};
|
||||
Vec4 TestColor{1.0f, 1.0f, 1.0f, 1.0f};
|
||||
Vec4 BaseColor{0.0f, 0.0f, 0.0f, 1.0f};
|
||||
Transform Transform;
|
||||
uint16_t MaterialHandle = UINT16_MAX;
|
||||
uint16_t ModelHandle = UINT16_MAX;
|
||||
|
||||
Reference in New Issue
Block a user