Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevicePerformanceQueryPropertiesKHR
Packages that use VkPhysicalDevicePerformanceQueryPropertiesKHR
-
Uses of VkPhysicalDevicePerformanceQueryPropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDevicePerformanceQueryPropertiesKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDevicePerformanceQueryPropertiesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePerformanceQueryPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDevicePerformanceQueryPropertiesKHR.allowCommandBufferQueryCopies
(int value) VkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDevicePerformanceQueryPropertiesKHR.clone
(Arena arena, VkPhysicalDevicePerformanceQueryPropertiesKHR src) VkPhysicalDevicePerformanceQueryPropertiesKHR.pNext
(@NotNull MemorySegment value) VkPhysicalDevicePerformanceQueryPropertiesKHR.sType
(int value) VkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDevicePerformanceQueryPropertiesKHRMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDevicePerformanceQueryPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDevicePerformanceQueryPropertiesKHR.clone
(Arena arena, VkPhysicalDevicePerformanceQueryPropertiesKHR src) void
VkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr.write
(long index, @NotNull VkPhysicalDevicePerformanceQueryPropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDevicePerformanceQueryPropertiesKHRModifier and TypeMethodDescriptionVkPhysicalDevicePerformanceQueryPropertiesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDevicePerformanceQueryPropertiesKHR> consumer)