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