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