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