Uses of Interface
club.doki7.vulkan.datatype.IVkPerformanceCounterKHR
Packages that use IVkPerformanceCounterKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkPerformanceCounterKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkPerformanceCounterKHRModifier and TypeMethodDescriptionint
VkInstanceCommands.enumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR
(VkPhysicalDevice physicalDevice, int queueFamilyIndex, IntPtr pCounterCount, @Nullable IVkPerformanceCounterKHR pCounters, @Nullable IVkPerformanceCounterDescriptionKHR pCounterDescriptions) -
Uses of IVkPerformanceCounterKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkPerformanceCounterKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkPerformanceCounterKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkPerformanceCounterKHR
structure(s) in native memory.