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