Class SDL_GLProfile
java.lang.Object
club.doki7.sdl3.enumtype.SDL_GLProfile
Possible values to be set for the SDL_GL_CONTEXT_PROFILE_MASK attribute.
Since: This datatype is available since SDL 3.2.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
-
Field Details
-
CORE
public static final int CORE- See Also:
-
COMPATIBILITY
public static final int COMPATIBILITY- See Also:
-
ES
public static final int ES- See Also:
-
-
Method Details
-
explain
-