Uses of Record Class
club.doki7.vulkan.datatype.StdVideoAV1CDEF.Ptr
Packages that use StdVideoAV1CDEF.Ptr
-
Uses of StdVideoAV1CDEF.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoAV1CDEF.PtrModifier and TypeMethodDescriptionstatic StdVideoAV1CDEF.Ptr
StdVideoAV1CDEF.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoAV1CDEF> consumer) @NotNull StdVideoAV1CDEF.Ptr
StdVideoAV1CDEF.Ptr.offset
(long offset) StdVideoDecodeAV1PictureInfo.pCDEF
(int assumedCount) StdVideoEncodeAV1PictureInfo.pCDEF
(int assumedCount) @NotNull StdVideoAV1CDEF.Ptr
StdVideoAV1CDEF.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1CDEF.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1CDEF.Ptr
that uses the same backing storage as thisStdVideoAV1CDEF.Ptr
, but with the new size.StdVideoAV1CDEF.Ptr.slice
(long end) @NotNull StdVideoAV1CDEF.Ptr
StdVideoAV1CDEF.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).