Package ch.bailu.gtk.gdk
Interface GLError
public interface GLError
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Field Details
-
NOT_AVAILABLE
static final int NOT_AVAILABLEOpenGL support is not available- See Also:
-
UNSUPPORTED_FORMAT
static final int UNSUPPORTED_FORMATThe requested visual format is not supported- See Also:
-
UNSUPPORTED_PROFILE
static final int UNSUPPORTED_PROFILEThe requested profile is not supported- See Also:
-
COMPILATION_FAILED
static final int COMPILATION_FAILEDThe shader compilation failed- See Also:
-
LINK_FAILED
static final int LINK_FAILEDThe shader linking failed- See Also:
-