-
Bug
-
Resolution: Fixed
-
P4
-
internal
-
generic
-
os_x
We create MTLRenderPipelineDescriptor and then use them to create MTLRenderPipelineState which are cached for lifetime of the context.
We need MTLRenderPipelineState but we need to release MTLRenderPipelineDescriptor which are not autoreleased.
We need MTLRenderPipelineState but we need to release MTLRenderPipelineDescriptor which are not autoreleased.
- blocks
-
JDK-8335599 Memory Leak due to metal objects
- Open