Uses of Record Class
club.doki7.vulkan.datatype.VkHostImageCopyDevicePerformanceQuery
Packages that use VkHostImageCopyDevicePerformanceQuery
-
Uses of VkHostImageCopyDevicePerformanceQuery in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkHostImageCopyDevicePerformanceQueryModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkHostImageCopyDevicePerformanceQuerystructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkHostImageCopyDevicePerformanceQueryModifier and TypeMethodDescriptionVkHostImageCopyDevicePerformanceQuery.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkHostImageCopyDevicePerformanceQuery.clone(Arena arena, VkHostImageCopyDevicePerformanceQuery src) VkHostImageCopyDevicePerformanceQuery.identicalMemoryLayout(int value) VkHostImageCopyDevicePerformanceQuery.optimalDeviceAccess(int value) VkHostImageCopyDevicePerformanceQuery.pNext(@NotNull MemorySegment value) VkHostImageCopyDevicePerformanceQuery.sType(int value) VkHostImageCopyDevicePerformanceQuery.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkHostImageCopyDevicePerformanceQueryMethods in club.doki7.vulkan.datatype with parameters of type VkHostImageCopyDevicePerformanceQueryModifier and TypeMethodDescriptionVkHostImageCopyDevicePerformanceQuery.clone(Arena arena, VkHostImageCopyDevicePerformanceQuery src) voidVkHostImageCopyDevicePerformanceQuery.Ptr.write(long index, @NotNull VkHostImageCopyDevicePerformanceQuery value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkHostImageCopyDevicePerformanceQueryModifier and TypeMethodDescriptionVkHostImageCopyDevicePerformanceQuery.Ptr.at(long index, @NotNull Consumer<@NotNull VkHostImageCopyDevicePerformanceQuery> consumer)