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