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