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