Class AGL

java.lang.Object
All Implemented Interfaces:
GL, GL_1, GL_1_0, GL_1_1, GL_1_2, GL_1_3, GL_1_4, GL_1_5, GL_2, GL_2_0, GL_2_1, GLU, GLUT

public abstract class AGL extends ForeignMemoryUtils implements GL
A base abstract class for Panama based OpenGL binding, implementing part of GL. Mainly provides helpers for the PanamaGL API by using ForeignMemoryUtils. Also provides methods with base Java types instead of the usual MemorySegment used in JExtract generated bindings.
Author:
Martin Pernollet