mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Remove vertex namespace
This commit is contained in:
@@ -51,9 +51,9 @@ public:
|
||||
static love::Type type;
|
||||
|
||||
typedef std::vector<uint32> Codepoints;
|
||||
typedef vertex::XYf_STus_RGBAub GlyphVertex;
|
||||
typedef XYf_STus_RGBAub GlyphVertex;
|
||||
|
||||
static const vertex::CommonFormat vertexFormat;
|
||||
static const CommonFormat vertexFormat;
|
||||
|
||||
enum AlignMode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user