Function Prototype

vkClearShaderInstrumentationMetricsARM

Clear shader instrumentation metrics to zero

To clear the value of all metric blocks in an instrumentation object to zero, call:

void vkClearShaderInstrumentationMetricsARM(
    VkDevice device,
    VkShaderInstrumentationARM instrumentation);
  • device is the logical device that owns the shader instrumentation object.
  • instrumentation is the shader instrumentation object to clear.

Valid Usage (Implicit)