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