Interface XRFunctionTypes.IPFN_xrEglGetProcAddressMNDX
- 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 TypeMethodDescription@NotNull MemorySegment
invoke
(@NotNull MemorySegment p0) static MethodHandle
of
(@NotNull XRFunctionTypes.IPFN_xrEglGetProcAddressMNDX lambda) static MemorySegment
ofNative
(@NotNull XRFunctionTypes.IPFN_xrEglGetProcAddressMNDX lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull XRFunctionTypes.IPFN_xrEglGetProcAddressMNDX lambda)
-
Method Details
-
invoke
@Pointer(comment="PFN_xrVoidFunction") @NotNull @NotNull MemorySegment invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull XRFunctionTypes.IPFN_xrEglGetProcAddressMNDX lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull XRFunctionTypes.IPFN_xrEglGetProcAddressMNDX lambda)
-