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