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.offset
(long offset) StdVideoEncodeH265WeightTableFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265WeightTableFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265WeightTableFlags.Ptr
that 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).