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 recordRepresents 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 GLFWgammarampGLFWgammaramp.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static GLFWgammarampGLFWgammaramp.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 GLFWgammarampGLFWgammaramp.clone(Arena arena, GLFWgammaramp src) voidGLFWgammaramp.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)