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