Uses of Record Class
club.doki7.vulkan.datatype.StdVideoDecodeAV1ReferenceInfo.Ptr
Packages that use StdVideoDecodeAV1ReferenceInfo.Ptr
-
Uses of StdVideoDecodeAV1ReferenceInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoDecodeAV1ReferenceInfo.PtrModifier and TypeMethodDescriptionStdVideoDecodeAV1ReferenceInfo.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoDecodeAV1ReferenceInfo> consumer) @NotNull StdVideoDecodeAV1ReferenceInfo.PtrStdVideoDecodeAV1ReferenceInfo.Ptr.offset(long offset) VkVideoDecodeAV1DpbSlotInfoKHR.pStdReferenceInfo(int assumedCount) @NotNull StdVideoDecodeAV1ReferenceInfo.PtrStdVideoDecodeAV1ReferenceInfo.Ptr.reinterpret(long newSize) Assume theStdVideoDecodeAV1ReferenceInfo.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoDecodeAV1ReferenceInfo.Ptrthat uses the same backing storage as thisStdVideoDecodeAV1ReferenceInfo.Ptr, but with the new size.StdVideoDecodeAV1ReferenceInfo.Ptr.slice(long end) @NotNull StdVideoDecodeAV1ReferenceInfo.PtrStdVideoDecodeAV1ReferenceInfo.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).