Interface XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT
- Enclosing class:
XRFunctionTypes
- 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 TypeMethodDescriptionint
invoke
(long p0, long p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3) static MethodHandle
of
(@NotNull XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT lambda) static MemorySegment
ofNative
(@NotNull XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT lambda)
-
Method Details
-
invoke
@NativeType("XrBool32") @Unsigned int invoke(@Bitmask(XrDebugUtilsMessageSeverityFlagsEXT.class) long p0, @Bitmask(XrDebugUtilsMessageTypeFlagsEXT.class) long p1, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p2, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p3) -
of
static MethodHandle of(@NotNull @NotNull XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull XRFunctionTypes.IPFN_xrDebugUtilsMessengerCallbackEXT lambda)
-