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