dawn_native: Fixup namespace from backend:: to dawn_native::

This commit is contained in:
Corentin Wallez
2018-07-24 16:45:45 +02:00
committed by Corentin Wallez
parent 30965a7729
commit 49a65d0c0c
232 changed files with 474 additions and 474 deletions

View File

@@ -18,7 +18,7 @@
#include "dawn_native/BindGroupLayout.h"
#include "dawn_native/opengl/DeviceGL.h"
namespace backend { namespace opengl {
namespace dawn_native { namespace opengl {
PipelineLayout::PipelineLayout(Device* device, const dawn::PipelineLayoutDescriptor* descriptor)
: PipelineLayoutBase(device, descriptor) {
@@ -77,4 +77,4 @@ namespace backend { namespace opengl {
return mNumSampledTextures;
}
}} // namespace backend::opengl
}} // namespace dawn_native::opengl