gpu-dawn: update to latest Dawn version as of Dec 23, 2021

See hexops/dawn#5

Helps hexops/mach#121

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-12-24 01:51:45 -07:00 committed by Stephen Gutekanst
parent 38cab2e423
commit e38d8649dc
6 changed files with 9 additions and 4 deletions

View file

@ -90,7 +90,7 @@ MACH_EXPORT WGPUDevice machDawnNativeAdapter_createDevice(MachDawnNativeAdapter
auto self = reinterpret_cast<dawn_native::Adapter*>(adapter);
if (deviceDescriptor == nullptr) {
return self->CreateDevice(nullptr);
return self->CreateDevice();
}
std::vector<const char*> cppRequiredExtensions;