C# 클래스 Axiom.RenderSystems.OpenGL.GLSL.GLSLHelper

Summary description for GLSLHelper.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
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