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