Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryHeap.Ptr
Packages that use VkMemoryHeap.Ptr
-
Uses of VkMemoryHeap.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkMemoryHeap.PtrModifier and TypeMethodDescriptionstatic VkMemoryHeap.PtrVkMemoryHeap.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryHeap> consumer) VkPhysicalDeviceMemoryProperties.memoryHeaps()@NotNull VkMemoryHeap.PtrVkMemoryHeap.Ptr.offset(long offset) @NotNull VkMemoryHeap.PtrVkMemoryHeap.Ptr.reinterpret(long newSize) Assume theVkMemoryHeap.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryHeap.Ptrthat uses the same backing storage as thisVkMemoryHeap.Ptr, but with the new size.VkMemoryHeap.Ptr.slice(long end) @NotNull VkMemoryHeap.PtrVkMemoryHeap.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryHeap.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties.memoryHeaps(VkMemoryHeap.Ptr value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryHeap.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties.memoryHeaps(@NotNull Consumer<VkMemoryHeap.Ptr> consumer)