Interface VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction
- Enclosing class:
VMAFunctionTypes
- 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
(MemorySegment p0, int p1, MemorySegment p2, long p3, @NotNull MemorySegment p4) static MethodHandle
of
(@NotNull VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction lambda) static MemorySegment
ofNative
(@NotNull VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction lambda)
-
Method Details
-
invoke
void invoke(@NativeType("VmaAllocator") MemorySegment p0, @Unsigned int p1, @NativeType("VkDeviceMemory") MemorySegment p2, @NativeType("VkDeviceSize") @Unsigned long p3, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p4) -
of
static MethodHandle of(@NotNull @NotNull VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction lambda)
-