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:
parent
38cab2e423
commit
e38d8649dc
6 changed files with 9 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue