-
Bug
-
Resolution: Fixed
-
P4
-
internal
-
generic
-
os_x
After https://bugs.openjdk.org/browse/JDK-8342379 all the texture resources are managed using MTLTextureData including the RTT texture.
So we can remove usage of MTLResource and just use TextureData for handling these resources as in ES2 pipeiline.
So we can remove usage of MTLResource and just use TextureData for handling these resources as in ES2 pipeiline.
- blocks
-
JDK-8335599 Memory Leak due to metal objects
- Open