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