mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 17:35:30 +00:00
dawn_native: Fixup namespace from backend:: to dawn_native::
This commit is contained in:
committed by
Corentin Wallez
parent
30965a7729
commit
49a65d0c0c
@@ -21,7 +21,7 @@
|
||||
#include "dawn_native/RenderPipeline.h"
|
||||
#include "dawn_native/Texture.h"
|
||||
|
||||
namespace backend {
|
||||
namespace dawn_native {
|
||||
|
||||
void FreeCommands(CommandIterator* commands) {
|
||||
commands->Reset();
|
||||
@@ -199,4 +199,4 @@ namespace backend {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace backend
|
||||
} // namespace dawn_native
|
||||
|
||||
Reference in New Issue
Block a user