Function Prototype

vkUninitializePerformanceApiINTEL

Uninitialize a device for performance queries

Once performance query operations have completed, uninitialize the device for performance queries with the call:

void vkUninitializePerformanceApiINTEL(
    VkDevice device);
  • device is the logical device used for the queries.

Valid Usage (Implicit)