Uses of Enum Class
com.blackrook.gloop.opengl.enums.DebugSeverity
Packages that use DebugSeverity
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 4.X implementations.
-
Uses of DebugSeverity in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type DebugSeverity in com.blackrook.gloop.opengl.enumsModifier and TypeClassDescriptionenumEnumeration of Debug severity level types for debug messages.Methods in com.blackrook.gloop.opengl.enums that return DebugSeverityModifier and TypeMethodDescriptionstatic DebugSeverityDebugSeverity.getByGLValue(int glValue) Gets an enum by its corresponding GL value.static DebugSeverityReturns the enum constant of this class with the specified name.static DebugSeverity[]DebugSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DebugSeverity in com.blackrook.gloop.opengl.gl4
Methods in com.blackrook.gloop.opengl.gl4 that return DebugSeverityMethods in com.blackrook.gloop.opengl.gl4 with parameters of type DebugSeverityModifier and TypeMethodDescriptionvoidOGL43Graphics.insertDebugMessage(DebugSource source, DebugType type, int id, DebugSeverity severity, String message) Inserts a debug message into the command list.