blob: d20423d52dfe01394d9b110a7cb3558867a27987 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/modules/webgpu/gpu_render_bundle.h"
#include "third_party/blink/renderer/modules/webgpu/gpu_device.h"
namespace blink {
GPURenderBundle::GPURenderBundle(GPUDevice* device,
WGPURenderBundle render_bundle)
: DawnObject<WGPURenderBundle>(device, render_bundle) {}
} // namespace blink