mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 07:36:15 +00:00
dawn_native: Fixup namespace from backend:: to dawn_native::
This commit is contained in:
committed by
Corentin Wallez
parent
30965a7729
commit
49a65d0c0c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user