Interface GLFWFunctionTypes.IGLFWwindowcontentscalefun
- Enclosing class:
GLFWFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(MemorySegment p0, float p1, float p2) static MethodHandle
of
(@NotNull GLFWFunctionTypes.IGLFWwindowcontentscalefun lambda) static MemorySegment
ofNative
(@NotNull GLFWFunctionTypes.IGLFWwindowcontentscalefun lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWwindowcontentscalefun lambda)
-
Method Details
-
invoke
-
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull GLFWFunctionTypes.IGLFWwindowcontentscalefun lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull GLFWFunctionTypes.IGLFWwindowcontentscalefun lambda)
-