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