Interface XRFunctionTypes.IPFN_xrGetInstanceProcAddr
- 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
(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) static MethodHandle
of
(@NotNull XRFunctionTypes.IPFN_xrGetInstanceProcAddr lambda) static MemorySegment
ofNative
(@NotNull XRFunctionTypes.IPFN_xrGetInstanceProcAddr lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull XRFunctionTypes.IPFN_xrGetInstanceProcAddr lambda)
-
Method Details
-
invoke
@EnumType(XrResult.class) int invoke(@NativeType("XrInstance") MemorySegment p0, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p1, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p2) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull XRFunctionTypes.IPFN_xrGetInstanceProcAddr lambda)
-