Uses of Record Class
club.doki7.vma.datatype.VmaDeviceMemoryCallbacks
Packages that use VmaDeviceMemoryCallbacks
-
Uses of VmaDeviceMemoryCallbacks in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaDeviceMemoryCallbacksModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaDeviceMemoryCallbacksModifier and TypeMethodDescriptionstatic VmaDeviceMemoryCallbacks
@NotNull VmaDeviceMemoryCallbacks
VmaDeviceMemoryCallbacks.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VmaDeviceMemoryCallbacks
VmaDeviceMemoryCallbacks.clone
(Arena arena, VmaDeviceMemoryCallbacks src) @Nullable VmaDeviceMemoryCallbacks
VmaAllocatorCreateInfo.pDeviceMemoryCallbacks()
VmaDeviceMemoryCallbacks.pfnAllocate
(@Nullable IPointer pointer) VmaDeviceMemoryCallbacks.pfnAllocate
(@NotNull VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction value) VmaDeviceMemoryCallbacks.pfnAllocate
(@NotNull Arena arena, @NotNull VMAFunctionTypes.IPFN_vmaAllocateDeviceMemoryFunction value) VmaDeviceMemoryCallbacks.pfnAllocate
(@NotNull MemorySegment value) VmaDeviceMemoryCallbacks.pfnFree
(@NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction value) VmaDeviceMemoryCallbacks.pfnFree
(@NotNull Arena arena, @NotNull VMAFunctionTypes.IPFN_vmaFreeDeviceMemoryFunction value) VmaDeviceMemoryCallbacks.pfnFree
(@NotNull MemorySegment value) VmaDeviceMemoryCallbacks.pUserData
(@NotNull MemorySegment value) VmaDeviceMemoryCallbacks.Ptr.toArray()
Methods in club.doki7.vma.datatype that return types with arguments of type VmaDeviceMemoryCallbacksModifier and TypeMethodDescription@NotNull Iterator
<VmaDeviceMemoryCallbacks> VmaDeviceMemoryCallbacks.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaDeviceMemoryCallbacksModifier and TypeMethodDescriptionstatic VmaDeviceMemoryCallbacks
VmaDeviceMemoryCallbacks.clone
(Arena arena, VmaDeviceMemoryCallbacks src) void
VmaDeviceMemoryCallbacks.Ptr.write
(long index, @NotNull VmaDeviceMemoryCallbacks value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaDeviceMemoryCallbacksModifier and TypeMethodDescriptionVmaDeviceMemoryCallbacks.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaDeviceMemoryCallbacks> consumer)