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