mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Restructure some internal vertex buffer binding code to be closer to how graphics APIs actually behave.
This commit is contained in:
@@ -86,7 +86,7 @@ private:
|
||||
StrongRef<Font> font;
|
||||
|
||||
vertex::Attributes vertexAttributes;
|
||||
vertex::Buffers vertexBuffers;
|
||||
vertex::BufferBindings vertexBuffers;
|
||||
|
||||
Buffer *vertex_buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user