Class OGL43Graphics.DebugMessageLog
java.lang.Object
com.blackrook.gloop.opengl.gl4.OGL43Graphics.DebugMessageLog
- All Implemented Interfaces:
Iterable<OGL43Graphics.DebugMessageLog.Message>
- Enclosing class:
OGL43Graphics
public static class OGL43Graphics.DebugMessageLog
extends Object
implements Iterable<OGL43Graphics.DebugMessageLog.Message>
A representation of the response from a call to
OGL43Graphics.getDebugMessageLog(int, int).- Author:
- Matthew Tropiano
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA single debug message. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
count
public int count()- Returns:
- the amount of messages this contains.
-
iterator
- Specified by:
iteratorin interfaceIterable<OGL43Graphics.DebugMessageLog.Message>
-