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