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