Package ch.bailu.gtk.gdk
Schnittstelle GLError
public interface GLError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The shader compilation failedstatic final int
The shader linking failedstatic final int
OpenGL support is not availablestatic final int
The requested visual format is not supportedstatic final int
The requested profile is not supported
-
Felddetails
-
NOT_AVAILABLE
static final int NOT_AVAILABLEOpenGL support is not available- Siehe auch:
-
UNSUPPORTED_FORMAT
static final int UNSUPPORTED_FORMATThe requested visual format is not supported- Siehe auch:
-
UNSUPPORTED_PROFILE
static final int UNSUPPORTED_PROFILEThe requested profile is not supported- Siehe auch:
-
COMPILATION_FAILED
static final int COMPILATION_FAILEDThe shader compilation failed- Siehe auch:
-
LINK_FAILED
static final int LINK_FAILEDThe shader linking failed- Siehe auch:
-