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

Summary description for GLSLHelper.
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

CheckForGLSLError() public static méthode

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
Résultat void

LogObjectInfo() public static méthode

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
Résultat string