mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Merge branch '12.0-development' into metal
This commit is contained in:
@@ -30,7 +30,7 @@ namespace graphics
|
||||
namespace metal
|
||||
{
|
||||
|
||||
love::graphics::StreamBuffer *CreateStreamBuffer(id<MTLDevice> device, BufferType mode, size_t size);
|
||||
love::graphics::StreamBuffer *CreateStreamBuffer(id<MTLDevice> device, BufferUsage usage, size_t size);
|
||||
|
||||
} // metal
|
||||
} // graphics
|
||||
|
||||
Reference in New Issue
Block a user