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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkMemoryAllocateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryAllocateInfoModifier and TypeMethodDescriptionstatic VkMemoryAllocateInfoVkMemoryAllocateInfo.allocationSize(long value) @NotNull VkMemoryAllocateInfoVkMemoryAllocateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryAllocateInfoVkMemoryAllocateInfo.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 VkMemoryAllocateInfoVkMemoryAllocateInfo.clone(Arena arena, VkMemoryAllocateInfo src) voidVkMemoryAllocateInfo.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)