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