Package ch.bailu.gtk.gdk
Schnittstelle GLError
public interface GLError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
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:
-