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