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