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.Ptr
VkMemoryHeap.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryHeap> consumer) VkPhysicalDeviceMemoryProperties.memoryHeaps()
@NotNull VkMemoryHeap.Ptr
VkMemoryHeap.Ptr.offset
(long offset) @NotNull VkMemoryHeap.Ptr
VkMemoryHeap.Ptr.reinterpret
(long newSize) Assume theVkMemoryHeap.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMemoryHeap.Ptr
that uses the same backing storage as thisVkMemoryHeap.Ptr
, but with the new size.VkMemoryHeap.Ptr.slice
(long end) @NotNull VkMemoryHeap.Ptr
VkMemoryHeap.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)