mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 10:49:14 +00:00
dawn_native: Fixup namespace from backend:: to dawn_native::
This commit is contained in:
committed by
Corentin Wallez
parent
30965a7729
commit
49a65d0c0c
@@ -17,7 +17,7 @@
|
||||
#include "dawn_native/Device.h"
|
||||
#include "dawn_native/ValidationUtils_autogen.h"
|
||||
|
||||
namespace backend {
|
||||
namespace dawn_native {
|
||||
|
||||
MaybeError ValidateSamplerDescriptor(DeviceBase*, const dawn::SamplerDescriptor* descriptor) {
|
||||
DAWN_TRY_ASSERT(descriptor->nextInChain == nullptr, "nextInChain must be nullptr");
|
||||
@@ -35,4 +35,4 @@ namespace backend {
|
||||
SamplerBase::SamplerBase(DeviceBase*, const dawn::SamplerDescriptor*) {
|
||||
}
|
||||
|
||||
} // namespace backend
|
||||
} // namespace dawn_native
|
||||
|
||||
Reference in New Issue
Block a user