6#include "dawn/dev/shutdown.hxx"
14std::atomic_bool g_shutdownRequested(
false);
19 g_shutdownRequested =
true;
24 g_shutdownRequested =
false;
29 return g_shutdownRequested.load();
static void clear()
Clear pending shutdown request.
static bool isRequested()
Check if shutdown has been requested.
static void request()
Request application shutdown.
Out-of-tree user-extension hooks for Dawn.