Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeAV1DecoderModelInfo.Ptr
Packages that use StdVideoEncodeAV1DecoderModelInfo.Ptr
-
Uses of StdVideoEncodeAV1DecoderModelInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoEncodeAV1DecoderModelInfo.PtrModifier and TypeMethodDescriptionStdVideoEncodeAV1DecoderModelInfo.Ptr.offset
(long offset) VkVideoEncodeAV1SessionParametersCreateInfoKHR.pStdDecoderModelInfo
(int assumedCount) StdVideoEncodeAV1DecoderModelInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeAV1DecoderModelInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeAV1DecoderModelInfo.Ptr
that uses the same backing storage as thisStdVideoEncodeAV1DecoderModelInfo.Ptr
, but with the new size.StdVideoEncodeAV1DecoderModelInfo.Ptr.slice
(long end) StdVideoEncodeAV1DecoderModelInfo.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).