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 recordRepresents a pointer to / an array ofVkMemoryHeapstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryHeapModifier and TypeMethodDescriptionstatic VkMemoryHeap@NotNull VkMemoryHeapVkMemoryHeap.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryHeapVkMemoryHeap.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 VkMemoryHeapVkMemoryHeap.clone(Arena arena, VkMemoryHeap src) voidVkPhysicalDeviceMemoryProperties.memoryHeapsAt(int index, VkMemoryHeap value) voidVkMemoryHeap.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)