Interface VkFunctionTypes.IPFN_vkReallocationFunction
- 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
(@NotNull MemorySegment p0, @NotNull MemorySegment p1, MemorySegment p2, MemorySegment p3, int p4) static MethodHandle
of
(@NotNull VkFunctionTypes.IPFN_vkReallocationFunction lambda) static MemorySegment
ofNative
(@NotNull VkFunctionTypes.IPFN_vkReallocationFunction lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull VkFunctionTypes.IPFN_vkReallocationFunction lambda)
-
Method Details
-
invoke
@Pointer(comment="void*") @NotNull @NotNull MemorySegment invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p1, @NativeType("size_t") MemorySegment p2, @NativeType("size_t") MemorySegment p3, @EnumType(VkSystemAllocationScope.class) int p4) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull VkFunctionTypes.IPFN_vkReallocationFunction lambda)
-