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