Interface VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG
- Enclosing class:
VkFunctionTypes
- 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
(MemorySegment p0, @NotNull MemorySegment p1) static MethodHandle
of
(@NotNull VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG lambda) static MemorySegment
ofNative
(@NotNull VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG lambda)
-
Method Details
-
invoke
@Pointer(comment="PFN_vkVoidFunction") @NotNull @NotNull MemorySegment invoke(@NativeType("VkInstance") MemorySegment p0, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p1) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull VkFunctionTypes.IPFN_vkGetInstanceProcAddrLUNARG lambda)
-