mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
dawn_native: Fixup namespace from backend:: to dawn_native::
This commit is contained in:
committed by
Corentin Wallez
parent
30965a7729
commit
49a65d0c0c
@@ -19,7 +19,7 @@
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
namespace backend {
|
||||
namespace dawn_native {
|
||||
|
||||
// Allocation for command buffers should be fast. To avoid doing an allocation per command
|
||||
// or to avoid copying commands when reallocing, we use a linear allocator in a growing set
|
||||
@@ -145,6 +145,6 @@ namespace backend {
|
||||
uint32_t mDummyEnum[1] = {0};
|
||||
};
|
||||
|
||||
} // namespace backend
|
||||
} // namespace dawn_native
|
||||
|
||||
#endif // DAWNNATIVE_COMMAND_ALLOCATOR_H_
|
||||
|
||||
Reference in New Issue
Block a user