Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH264NaluSliceInfoKHR.Ptr
Packages that use VkVideoEncodeH264NaluSliceInfoKHR.Ptr
-
Uses of VkVideoEncodeH264NaluSliceInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH264NaluSliceInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeH264NaluSliceInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeH264NaluSliceInfoKHR> consumer) VkVideoEncodeH264NaluSliceInfoKHR.Ptr.offset(long offset) VkVideoEncodeH264PictureInfoKHR.pNaluSliceEntries(int assumedCount) VkVideoEncodeH264NaluSliceInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH264NaluSliceInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH264NaluSliceInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH264NaluSliceInfoKHR.Ptr, but with the new size.VkVideoEncodeH264NaluSliceInfoKHR.Ptr.slice(long end) VkVideoEncodeH264NaluSliceInfoKHR.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).