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