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);
pub fn clear_shader_instrumentation_metrics_arm(
device: vk::Device,
instrumentation: vk::ShaderInstrumentationARM,
);
deviceis the logical device that owns the shader instrumentation object.instrumentationis the shader instrumentation object to clear.
Valid Usage (Implicit)
VUID-vkClearShaderInstrumentationMetricsARM-device-parameter
device must be a valid VkDevice handle
VUID-vkClearShaderInstrumentationMetricsARM-instrumentation-parameter
instrumentation must be a valid VkShaderInstrumentationARM handle
VUID-vkClearShaderInstrumentationMetricsARM-instrumentation-parent
instrumentation must have been created, allocated, or retrieved from device
Type
Function Prototype