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