chromium/third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.h

/*
 * Copyright 2022 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef skgpu_graphite_DawnAsyncWait_DEFINED
#define skgpu_graphite_DawnAsyncWait_DEFINED

#include "include/core/SkTypes.h"

#include "webgpu/webgpu_cpp.h"  // NO_G3_REWRITE

#include <atomic>
#include <functional>

namespace skgpu::graphite {

class DawnSharedContext;

class DawnAsyncWait {};

template <typename T> class DawnAsyncResult {};

} // namespace skgpu::graphite

#endif // skgpu_graphite_DawnAsyncWait_DEFINED