Graphics/TextSprite: Update to Renderable

Still WIP as it appears to randomly crash


Former-commit-id: 2397ba7e556f7ed72b5fc8752704c3b212fa9fc1
This commit is contained in:
Lynix
2015-06-11 14:14:57 +02:00
parent 35f6e0d376
commit 3b5551ed7a
4 changed files with 81 additions and 105 deletions

View File

@@ -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