Click or drag to resize

GLObjectDispose Method (Boolean)

Disposes of the OpenGL object

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Whether this method is called from the Dispose method or not.
See Also