C# 클래스 OpenTK.Graphics.GraphicsErrorException

Identifies a specific OpenGL or OpenGL|ES error. Such exceptions are only thrown when OpenGL or OpenGL|ES automatic error checking is enabled - GraphicsContext.ErrorChecking property. Important: Do *not* catch this exception. Rather, fix the underlying issue that caused the error.
상속: GraphicsException
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GraphicsErrorException ( string message ) : System

Constructs a new GraphicsErrorException instance with the specified error message.

메소드 상세

GraphicsErrorException() 공개 메소드

Constructs a new GraphicsErrorException instance with the specified error message.
public GraphicsErrorException ( string message ) : System
message string
리턴 System