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