Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH265WeightTable.Ptr
Packages that use StdVideoEncodeH265WeightTable.Ptr
-
Uses of StdVideoEncodeH265WeightTable.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoEncodeH265WeightTable.PtrModifier and TypeMethodDescriptionStdVideoEncodeH265WeightTable.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoEncodeH265WeightTable> consumer) @NotNull StdVideoEncodeH265WeightTable.Ptr
StdVideoEncodeH265WeightTable.Ptr.offset
(long offset) StdVideoEncodeH265SliceSegmentHeader.pWeightTable
(int assumedCount) @NotNull StdVideoEncodeH265WeightTable.Ptr
StdVideoEncodeH265WeightTable.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265WeightTable.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265WeightTable.Ptr
that uses the same backing storage as thisStdVideoEncodeH265WeightTable.Ptr
, but with the new size.StdVideoEncodeH265WeightTable.Ptr.slice
(long end) @NotNull StdVideoEncodeH265WeightTable.Ptr
StdVideoEncodeH265WeightTable.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).