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
Показать файл Открыть проект

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

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