Uses of Interface
club.doki7.vulkan.datatype.IVkPipelineExecutableStatisticKHR
Packages that use IVkPipelineExecutableStatisticKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkPipelineExecutableStatisticKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkPipelineExecutableStatisticKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getPipelineExecutableStatisticsKHR
(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pStatisticCount, @Nullable IVkPipelineExecutableStatisticKHR pStatistics) -
Uses of IVkPipelineExecutableStatisticKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkPipelineExecutableStatisticKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkPipelineExecutableStatisticKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkPipelineExecutableStatisticKHR
structure(s) in native memory.