blob: 635d4effd2069be1dbf819a6f4b1a7878c28b557 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// 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,
wgpu::RenderBundle render_bundle,
const String& label)
: DawnObject<wgpu::RenderBundle>(device, std::move(render_bundle), label) {}
} // namespace blink