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

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

#include "src/gpu/graphite/dawn/DawnAsyncWait.h"

#include "src/gpu/graphite/Caps.h"
#include "src/gpu/graphite/dawn/DawnSharedContext.h"
#include "src/gpu/graphite/dawn/DawnUtilsPriv.h"

namespace skgpu::graphite {

DawnAsyncWait::DawnAsyncWait(const DawnSharedContext* sharedContext)
        :{}

bool DawnAsyncWait::yieldAndCheck() const {}

bool DawnAsyncWait::mayBusyWait() const {}

void DawnAsyncWait::busyWait() const {}

}  // namespace skgpu::graphite