Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryHeap
Packages that use VkMemoryHeap
-
Uses of VkMemoryHeap in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryHeapModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryHeap
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryHeapModifier and TypeMethodDescriptionstatic VkMemoryHeap
@NotNull VkMemoryHeap
VkMemoryHeap.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryHeap
VkMemoryHeap.clone
(Arena arena, VkMemoryHeap src) VkMemoryHeap.flags
(int value) VkPhysicalDeviceMemoryProperties.memoryHeapsAt
(int index) VkMemoryHeap.size
(long value) VkMemoryHeap.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryHeapMethods in club.doki7.vulkan.datatype with parameters of type VkMemoryHeapModifier and TypeMethodDescriptionstatic VkMemoryHeap
VkMemoryHeap.clone
(Arena arena, VkMemoryHeap src) void
VkPhysicalDeviceMemoryProperties.memoryHeapsAt
(int index, VkMemoryHeap value) void
VkMemoryHeap.Ptr.write
(long index, @NotNull VkMemoryHeap value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryHeapModifier and TypeMethodDescriptionVkMemoryHeap.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryHeap> consumer)