 | GLObjectDispose Method (Boolean) |
Disposes of the OpenGL object
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected void Dispose(
bool disposing
)
Protected Sub Dispose (
disposing As Boolean
)
protected:
void Dispose(
bool disposing
)
member Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
Whether this method is called from the Dispose method or not.
See Also