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