Uses of Record Class
club.doki7.vma.datatype.VmaVulkanFunctions
Packages that use VmaVulkanFunctions
-
Uses of VmaVulkanFunctions in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaVulkanFunctionsModifier and TypeMethodDescriptionstatic void
VMAUtil.fillVulkanFunctions
(VmaVulkanFunctions functions, VkStaticCommands staticCommands, VkEntryCommands entryCommands, VkInstanceCommands instanceCommands, VkDeviceCommands deviceCommands) -
Uses of VmaVulkanFunctions in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaVulkanFunctionsModifier 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 VmaVulkanFunctionsModifier and TypeMethodDescriptionstatic VmaVulkanFunctions
VmaVulkanFunctions.allocateMemory
(@Nullable IPointer pointer) VmaVulkanFunctions.allocateMemory
(@NotNull MemorySegment value) @NotNull VmaVulkanFunctions
VmaVulkanFunctions.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VmaVulkanFunctions.bindBufferMemory
(@Nullable IPointer pointer) VmaVulkanFunctions.bindBufferMemory
(@NotNull MemorySegment value) VmaVulkanFunctions.bindBufferMemory2KHR
(@Nullable IPointer pointer) VmaVulkanFunctions.bindBufferMemory2KHR
(@NotNull MemorySegment value) VmaVulkanFunctions.bindImageMemory
(@Nullable IPointer pointer) VmaVulkanFunctions.bindImageMemory
(@NotNull MemorySegment value) VmaVulkanFunctions.bindImageMemory2KHR
(@Nullable IPointer pointer) VmaVulkanFunctions.bindImageMemory2KHR
(@NotNull MemorySegment value) static VmaVulkanFunctions
VmaVulkanFunctions.clone
(Arena arena, VmaVulkanFunctions src) VmaVulkanFunctions.cmdCopyBuffer
(@Nullable IPointer pointer) VmaVulkanFunctions.cmdCopyBuffer
(@NotNull MemorySegment value) VmaVulkanFunctions.createBuffer
(@Nullable IPointer pointer) VmaVulkanFunctions.createBuffer
(@NotNull MemorySegment value) VmaVulkanFunctions.createImage
(@Nullable IPointer pointer) VmaVulkanFunctions.createImage
(@NotNull MemorySegment value) VmaVulkanFunctions.destroyBuffer
(@Nullable IPointer pointer) VmaVulkanFunctions.destroyBuffer
(@NotNull MemorySegment value) VmaVulkanFunctions.destroyImage
(@Nullable IPointer pointer) VmaVulkanFunctions.destroyImage
(@NotNull MemorySegment value) VmaVulkanFunctions.flushMappedMemoryRanges
(@Nullable IPointer pointer) VmaVulkanFunctions.flushMappedMemoryRanges
(@NotNull MemorySegment value) VmaVulkanFunctions.freeMemory
(@Nullable IPointer pointer) VmaVulkanFunctions.freeMemory
(@NotNull MemorySegment value) VmaVulkanFunctions.getBufferMemoryRequirements
(@Nullable IPointer pointer) VmaVulkanFunctions.getBufferMemoryRequirements
(@NotNull MemorySegment value) VmaVulkanFunctions.getBufferMemoryRequirements2KHR
(@Nullable IPointer pointer) VmaVulkanFunctions.getBufferMemoryRequirements2KHR
(@NotNull MemorySegment value) VmaVulkanFunctions.getDeviceBufferMemoryRequirements
(@Nullable IPointer pointer) VmaVulkanFunctions.getDeviceBufferMemoryRequirements
(@NotNull MemorySegment value) VmaVulkanFunctions.getDeviceImageMemoryRequirements
(@Nullable IPointer pointer) VmaVulkanFunctions.getDeviceImageMemoryRequirements
(@NotNull MemorySegment value) VmaVulkanFunctions.getDeviceProcAddr
(@Nullable IPointer pointer) VmaVulkanFunctions.getDeviceProcAddr
(@NotNull MemorySegment value) VmaVulkanFunctions.getImageMemoryRequirements
(@Nullable IPointer pointer) VmaVulkanFunctions.getImageMemoryRequirements
(@NotNull MemorySegment value) VmaVulkanFunctions.getImageMemoryRequirements2KHR
(@Nullable IPointer pointer) VmaVulkanFunctions.getImageMemoryRequirements2KHR
(@NotNull MemorySegment value) VmaVulkanFunctions.getInstanceProcAddr
(@Nullable IPointer pointer) VmaVulkanFunctions.getInstanceProcAddr
(@NotNull MemorySegment value) VmaVulkanFunctions.getMemoryWin32HandleKHR
(@Nullable IPointer pointer) VmaVulkanFunctions.getMemoryWin32HandleKHR
(@NotNull MemorySegment value) VmaVulkanFunctions.getPhysicalDeviceMemoryProperties
(@Nullable IPointer pointer) VmaVulkanFunctions.getPhysicalDeviceMemoryProperties
(@NotNull MemorySegment value) VmaVulkanFunctions.getPhysicalDeviceMemoryProperties2KHR
(@Nullable IPointer pointer) VmaVulkanFunctions.getPhysicalDeviceMemoryProperties2KHR
(@NotNull MemorySegment value) VmaVulkanFunctions.getPhysicalDeviceProperties
(@Nullable IPointer pointer) VmaVulkanFunctions.getPhysicalDeviceProperties
(@NotNull MemorySegment value) VmaVulkanFunctions.invalidateMappedMemoryRanges
(@Nullable IPointer pointer) VmaVulkanFunctions.invalidateMappedMemoryRanges
(@NotNull MemorySegment value) VmaVulkanFunctions.mapMemory
(@NotNull MemorySegment value) @Nullable VmaVulkanFunctions
VmaAllocatorCreateInfo.pVulkanFunctions()
VmaVulkanFunctions.Ptr.toArray()
VmaVulkanFunctions.unmapMemory
(@Nullable IPointer pointer) VmaVulkanFunctions.unmapMemory
(@NotNull MemorySegment value) Methods in club.doki7.vma.datatype that return types with arguments of type VmaVulkanFunctionsModifier and TypeMethodDescription@NotNull Iterator
<VmaVulkanFunctions> VmaVulkanFunctions.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaVulkanFunctionsModifier and TypeMethodDescriptionstatic VmaVulkanFunctions
VmaVulkanFunctions.clone
(Arena arena, VmaVulkanFunctions src) void
VmaVulkanFunctions.Ptr.write
(long index, @NotNull VmaVulkanFunctions value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaVulkanFunctionsModifier and TypeMethodDescriptionVmaVulkanFunctions.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaVulkanFunctions> consumer)