Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH264PictureInfoKHR.Ptr
Packages that use VkVideoDecodeH264PictureInfoKHR.Ptr
-
Uses of VkVideoDecodeH264PictureInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH264PictureInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoDecodeH264PictureInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH264PictureInfoKHR> consumer) @NotNull VkVideoDecodeH264PictureInfoKHR.PtrVkVideoDecodeH264PictureInfoKHR.Ptr.offset(long offset) @NotNull VkVideoDecodeH264PictureInfoKHR.PtrVkVideoDecodeH264PictureInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoDecodeH264PictureInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoDecodeH264PictureInfoKHR.Ptrthat uses the same backing storage as thisVkVideoDecodeH264PictureInfoKHR.Ptr, but with the new size.VkVideoDecodeH264PictureInfoKHR.Ptr.slice(long end) @NotNull VkVideoDecodeH264PictureInfoKHR.PtrVkVideoDecodeH264PictureInfoKHR.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).