Click or drag to resize

GLException Constructor

Creates an OpenGL exception

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GLException(
	glError error,
	string method
)

Parameters

error
Type: OooglesglError
The OpenGL error that happened.
method
Type: SystemString
The method in which the error> occurred.
See Also