Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryAllocateInfo
Packages that use VkMemoryAllocateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemoryAllocateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryAllocateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.allocateMemory
(VkDevice device, VkMemoryAllocateInfo pAllocateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDeviceMemory.Ptr pMemory) -
Uses of VkMemoryAllocateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryAllocateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryAllocateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryAllocateInfoModifier and TypeMethodDescriptionstatic VkMemoryAllocateInfo
VkMemoryAllocateInfo.allocationSize
(long value) @NotNull VkMemoryAllocateInfo
VkMemoryAllocateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryAllocateInfo
VkMemoryAllocateInfo.clone
(Arena arena, VkMemoryAllocateInfo src) VkMemoryAllocateInfo.memoryTypeIndex
(int value) VkMemoryAllocateInfo.pNext
(@NotNull MemorySegment value) VkMemoryAllocateInfo.sType
(int value) VkMemoryAllocateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryAllocateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryAllocateInfo> VkMemoryAllocateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryAllocateInfoModifier and TypeMethodDescriptionstatic VkMemoryAllocateInfo
VkMemoryAllocateInfo.clone
(Arena arena, VkMemoryAllocateInfo src) void
VkMemoryAllocateInfo.Ptr.write
(long index, @NotNull VkMemoryAllocateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryAllocateInfoModifier and TypeMethodDescriptionVkMemoryAllocateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryAllocateInfo> consumer)