Uses of Interface
panamagl.opengl.GL
Packages that use GL
Package
Description
-
Uses of GL in panamagl
Modifier and TypeMethodDescriptionvoidvoidvoidvoidprotected StringGLProfile.glGetString(GL gl, int name) Mainly deal with - null return to avoid crashing tests with mocks - with native NULL pointers (e.g.voidvoidvoidGLProfile.readExtensions(GL gl) Read extensions via glGetString(GL_EXTENSIONS).voidvoid -
Uses of GL in panamagl.canvas
Methods in panamagl.canvas that return GL -
Uses of GL in panamagl.factory
Methods in panamagl.factory that return GL -
Uses of GL in panamagl.offscreen
Fields in panamagl.offscreen declared as GLMethods in panamagl.offscreen that return GLMethods in panamagl.offscreen with parameters of type GLModifier and TypeMethodDescriptionprotected voidAFBO.diagnoseError(GL gl, String item) Print error in consolevoidImage<?> FBO.readPixels(GL gl) void -
Uses of GL in panamagl.opengl
Classes in panamagl.opengl that implement GLModifier and TypeClassDescriptionclassA base abstract class for Panama based OpenGL binding, implementing part ofGL.Methods in panamagl.opengl with parameters of type GLModifier and TypeMethodDescriptionstatic voidGLError.checkAndPrint(GL gl) static voidGLError.checkAndPrint(GL gl, String context) static voidGLError.checkAndThrow(GL gl) static voidGLError.checkAndThrow(GL gl, String context) static GLErrorCheck if the open gl pipeline is in an erroenous state. -
Uses of GL in panamagl.renderers.image
Methods in panamagl.renderers.image with parameters of type GLModifier and TypeMethodDescriptionvoidImageRenderer.draw(GL gl, T image, MemorySegment foreign, float x, float y, float z, float rotation) -
Uses of GL in panamagl.renderers.text
Methods in panamagl.renderers.text with parameters of type GL