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