Record Class GLType.Pointer
java.lang.Object
java.lang.Record
dev.pfaff.glass.opengl.GLType.Pointer
-
Nested Class Summary
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Class<?> layout()@Nullable Booleanmutable()Returns the value of themutablerecord component.Class<?> @Nullable GLTypetarget()Returns the value of thetargetrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Pointer
-
-
Method Details
-
javaClass
-
nativeClass
- Specified by:
nativeClassin interfaceGLType- Returns:
- the class used in the native OpenGL API.
-
layout
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
target
Returns the value of thetargetrecord component.- Returns:
- the value of the
targetrecord component
-
mutable
Returns the value of themutablerecord component.- Returns:
- the value of the
mutablerecord component
-