C# Class Axiom.RenderSystems.OpenGL.GLSL.GLSLHelper

Summary description for GLSLHelper.
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

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

Method Details

CheckForGLSLError() public static method

Check for GL errors and report them in the Axiom Log.
public static CheckForGLSLError ( string error, int handle ) : void
error string
handle int
return void

CheckForGLSLError() public static method

Check for GL errors and report them in the Axiom Log.
public static CheckForGLSLError ( string error, int handle, bool forceInfoLog, bool forceException ) : void
error string
handle int
forceInfoLog bool
forceException bool
return void

LogObjectInfo() public static method

If there is a message in GL info log then post it in the Axiom Log
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