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