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