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