Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH265ReferenceInfoFlags.Ptr
Packages that use StdVideoEncodeH265ReferenceInfoFlags.Ptr
-
Uses of StdVideoEncodeH265ReferenceInfoFlags.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoEncodeH265ReferenceInfoFlags.PtrModifier and TypeMethodDescriptionStdVideoEncodeH265ReferenceInfoFlags.Ptr.offset
(long offset) StdVideoEncodeH265ReferenceInfoFlags.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH265ReferenceInfoFlags.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH265ReferenceInfoFlags.Ptr
that uses the same backing storage as thisStdVideoEncodeH265ReferenceInfoFlags.Ptr
, but with the new size.StdVideoEncodeH265ReferenceInfoFlags.Ptr.slice
(long end) StdVideoEncodeH265ReferenceInfoFlags.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).