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