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