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