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