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