eglBase

val eglBase: EglBase? = null

Override the EglBase used by the library.

If a non-null value is passed, the library does not take ownership of the object and will not release it upon Room.release. It is the responsibility of the owner to call EglBase.release when finished with it to prevent memory leaks.

Sources

SDK source
Link copied to clipboard