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