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