C Specification
To clear the value of all metric blocks in an instrumentation object to zero, call:
// Provided by VK_ARM_shader_instrumentation
void vkClearShaderInstrumentationMetricsARM(
VkDevice device,
VkShaderInstrumentationARM instrumentation);
Parameters
-
deviceis the logical device that owns the shader instrumentation object. -
instrumentationis the shader instrumentation object to clear.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.