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