Package ch.bailu.gtk.gdk
Interface GLError
public interface GLError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe shader compilation failedstatic final intThe shader linking failedstatic final intOpenGL support is not availablestatic final intThe requested visual format is not supportedstatic final intThe 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:
-