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