// Copyright 2022 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_programmable_stage.h" #include "third_party/blink/renderer/modules/webgpu/string_utils.h" #include "third_party/blink/renderer/bindings/modules/v8/v8_gpu_programmable_stage.h" namespace blink { void GPUProgrammableStageAsWGPUProgrammableStage( const GPUProgrammableStage* descriptor, OwnedProgrammableStage* dawn_programmable_stage) { … } } // namespace blink