mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Rename some internal buffer enums to better match what they do
This commit is contained in:
@@ -29,7 +29,7 @@ namespace graphics
|
||||
namespace opengl
|
||||
{
|
||||
|
||||
love::graphics::StreamBuffer *CreateStreamBuffer(BufferType mode, size_t size);
|
||||
love::graphics::StreamBuffer *CreateStreamBuffer(BufferUsage mode, size_t size);
|
||||
|
||||
} // opengl
|
||||
} // graphics
|
||||
|
||||
Reference in New Issue
Block a user