refGcCloseable
References a closeable for this frame that will be tracked in next frames. If after a period of time, this closeable has not been referenced in between frames, the Closeable.close method will be called so the object can be freed.
This can be use for example to automatically manage temporal/cached textures.