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