Uses of Interface
com.blackrook.gloop.opengl.node.OGLNode
Packages that use OGLNode
Package
Description
Contains root classes.
Contains node types for use with OGLScene.
-
Uses of OGLNode in com.blackrook.gloop.opengl
Methods in com.blackrook.gloop.opengl with parameters of type OGLNode -
Uses of OGLNode in com.blackrook.gloop.opengl.node
Classes in com.blackrook.gloop.opengl.node that implement OGLNodeModifier and TypeClassDescriptionclassNode that clears one or more buffers.classA one-time triggered node that performs usually one-time OpenGL setup commands, like clear color, VSYNC, hints, or whatever.classOGLMultiNode<GL extends OGLGraphics>A framebuffer node that contains otherOGLNodes.classOGLTriggeredNode<GL extends OGLGraphics>A framebuffer node that performs a one-time set of graphics commands.classOGLWorkerNode<GL extends OGLGraphics, J extends Consumer<? super GL>>An OpenGL node that contains a set of jobs (Consumers) for executing on this node's parent system's thread, the idea being that other non-context threads may want to execute OpenGL commands somewhere in the pipeline, such as prepping shader programs or loading/assigning texture objects.Methods in com.blackrook.gloop.opengl.node with parameters of type OGLNode