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