mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
metal: work towards shader uniform implementation.
Misc cleanup.
This commit is contained in:
@@ -95,6 +95,7 @@ Buffer::Buffer(love::graphics::Graphics *gfx, id<MTLDevice> device, const Settin
|
||||
Buffer::~Buffer()
|
||||
{ @autoreleasepool {
|
||||
buffer = nil;
|
||||
texture = nil;
|
||||
}}
|
||||
|
||||
void *Buffer::map()
|
||||
|
||||
Reference in New Issue
Block a user