Interface VkFunctionTypes.IPFN_vkInternalAllocationNotification
- 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_vkInternalAllocationNotification lambda) static MemorySegment
ofNative
(@NotNull VkFunctionTypes.IPFN_vkInternalAllocationNotification lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull VkFunctionTypes.IPFN_vkInternalAllocationNotification 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
static MethodHandle of(@NotNull @NotNull VkFunctionTypes.IPFN_vkInternalAllocationNotification lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull VkFunctionTypes.IPFN_vkInternalAllocationNotification lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull VkFunctionTypes.IPFN_vkInternalAllocationNotification lambda)
-