Uses of Enum Class
com.blackrook.gloop.opengl.enums.DebugControlSource
Packages that use DebugControlSource
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 4.X implementations.
-
Uses of DebugControlSource in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type DebugControlSource in com.blackrook.gloop.opengl.enumsModifier and TypeClassDescriptionenumEnumeration of Debug sources for debug messages.Methods in com.blackrook.gloop.opengl.enums that return DebugControlSourceModifier and TypeMethodDescriptionstatic DebugControlSourceReturns the enum constant of this class with the specified name.static DebugControlSource[]DebugControlSource.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DebugControlSource in com.blackrook.gloop.opengl.gl4
Methods in com.blackrook.gloop.opengl.gl4 with parameters of type DebugControlSourceModifier and TypeMethodDescriptionvoidOGL43Graphics.setDebugMessageControl(DebugControlSource source, DebugControlType type, DebugControlSeverity severity, int[] ids, boolean enabled) Sets if a set of debug messages get filtered out.