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