Method | Description | |
---|---|---|
CheckForGLSLError ( string error, int handle ) : void |
Check for GL errors and report them in the Axiom Log.
|
|
CheckForGLSLError ( string error, int handle, bool forceInfoLog, bool forceException ) : void |
Check for GL errors and report them in the Axiom Log.
|
|
LogObjectInfo ( string message, int handle ) : string |
If there is a message in GL info log then post it in the Axiom Log
|
public static CheckForGLSLError ( string error, int handle ) : void | ||
error | string | |
handle | int | |
return | void |
public static CheckForGLSLError ( string error, int handle, bool forceInfoLog, bool forceException ) : void | ||
error | string | |
handle | int | |
forceInfoLog | bool | |
forceException | bool | |
return | void |
public static LogObjectInfo ( string message, int handle ) : string | ||
message | string | The info log message string is appended to this string. |
handle | int | The GL object handle that is used to retrieve the info log |
return | string |