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