Uses of Record Class
club.doki7.glfw.datatype.GLFWgammaramp
Packages that use GLFWgammaramp
-
Uses of GLFWgammaramp in club.doki7.glfw.datatype
Classes in club.doki7.glfw.datatype that implement interfaces with type arguments of type GLFWgammarampModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.glfw.datatype that return GLFWgammarampModifier and TypeMethodDescriptionstatic GLFWgammaramp
@NotNull GLFWgammaramp
GLFWgammaramp.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static GLFWgammaramp
GLFWgammaramp.clone
(Arena arena, GLFWgammaramp src) GLFWgammaramp.size
(int value) GLFWgammaramp.Ptr.toArray()
Methods in club.doki7.glfw.datatype that return types with arguments of type GLFWgammarampMethods in club.doki7.glfw.datatype with parameters of type GLFWgammarampModifier and TypeMethodDescriptionstatic GLFWgammaramp
GLFWgammaramp.clone
(Arena arena, GLFWgammaramp src) void
GLFWgammaramp.Ptr.write
(long index, @NotNull GLFWgammaramp value) Method parameters in club.doki7.glfw.datatype with type arguments of type GLFWgammarampModifier and TypeMethodDescriptionGLFWgammaramp.Ptr.at
(long index, @NotNull Consumer<@NotNull GLFWgammaramp> consumer)