Interface GLType.Primitive
- All Superinterfaces:
GLType
- All Known Implementing Classes:
GLType.Primitive.Boolean
,GLType.Primitive.Byte
,GLType.Primitive.Char
,GLType.Primitive.Double
,GLType.Primitive.Float
,GLType.Primitive.Int
,GLType.Primitive.Long
,GLType.Primitive.Short
- Enclosing interface:
GLType
public static sealed interface GLType.Primitive
extends GLType
permits GLType.Primitive.Boolean, GLType.Primitive.Byte, GLType.Primitive.Short, GLType.Primitive.Char, GLType.Primitive.Int, GLType.Primitive.Long, GLType.Primitive.Float, GLType.Primitive.Double
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final record
static final record
static final record
static final record
static final record
static final record
static final record
Nested classes/interfaces inherited from interface dev.pfaff.glass.opengl.GLType
GLType.Enum<T extends GLEnum>, GLType.Pointer, GLType.PointerInt, GLType.Primitive, GLType.Void
-
Field Summary
Fields inherited from interface dev.pfaff.glass.opengl.GLType
POINTER_INT, VOID
-
Method Summary
-
Method Details
-
javaClass
-
nativeClass
- Specified by:
nativeClass
in interfaceGLType
- Returns:
- the class used in the native OpenGL API.
-