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