Graphics/TextSprite: Update to Renderable
Still WIP as it appears to randomly crash Former-commit-id: 2397ba7e556f7ed72b5fc8752704c3b212fa9fc1
This commit is contained in:
@@ -28,6 +28,11 @@ struct NzVertexStruct_XY_UV : NzVertexStruct_XY
|
||||
NzVector2f uv;
|
||||
};
|
||||
|
||||
struct NzVertexStruct_XY_Color_UV : NzVertexStruct_XY_Color
|
||||
{
|
||||
NzVector2f uv;
|
||||
};
|
||||
|
||||
/******************************* Structures 3D *******************************/
|
||||
|
||||
struct NzVertexStruct_XYZ
|
||||
|
||||
Reference in New Issue
Block a user