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