Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryAllocateInfo.Ptr
Packages that use VkMemoryAllocateInfo.Ptr
-
Uses of VkMemoryAllocateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkMemoryAllocateInfo.PtrModifier and TypeMethodDescriptionstatic VkMemoryAllocateInfo.PtrVkMemoryAllocateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryAllocateInfo> consumer) @NotNull VkMemoryAllocateInfo.PtrVkMemoryAllocateInfo.Ptr.offset(long offset) @NotNull VkMemoryAllocateInfo.PtrVkMemoryAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkMemoryAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryAllocateInfo.Ptrthat uses the same backing storage as thisVkMemoryAllocateInfo.Ptr, but with the new size.VkMemoryAllocateInfo.Ptr.slice(long end) @NotNull VkMemoryAllocateInfo.PtrVkMemoryAllocateInfo.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).