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