C# Класс Axiom.RenderSystems.OpenGL.GLSL.GLSLHelper

Summary description for GLSLHelper.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CheckForGLSLError() публичный статический Метод

Check for GL errors and report them in the Axiom Log.
public static CheckForGLSLError ( string error, int handle ) : void
error string
handle int
Результат void

CheckForGLSLError() публичный статический Метод

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
Результат void

LogObjectInfo() публичный статический Метод

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
Результат string