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