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