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