wrap

abstract fun wrap(gl: GL?): GL?

Wraps a gl interface in another gl interface.

Return

either the input argument or another GL object that wraps the input argument.

Parameters

gl

a GL interface that is meant to be wrapped.