Other |
---|
internalFixed |
MetalTexture.m file has 3 buffer allocations that use newBufferWithBytes API and are marked as autorelease. These allocations should be put under @autoreleasepool block. CircleRH Renderperf test leaks memory if above change is not implemented.
|