mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Remove vertex namespace
This commit is contained in:
@@ -85,8 +85,8 @@ private:
|
||||
|
||||
StrongRef<Font> font;
|
||||
|
||||
vertex::Attributes vertexAttributes;
|
||||
vertex::BufferBindings vertexBuffers;
|
||||
Attributes vertexAttributes;
|
||||
BufferBindings vertexBuffers;
|
||||
|
||||
Buffer *vertex_buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user