Fix D3D12Binding crach after the GetProc refactor
This commit is contained in:
parent
ee2fb75b09
commit
c978fe8d15
|
@ -30,7 +30,8 @@ namespace utils {
|
|||
}
|
||||
|
||||
dawnDevice CreateDevice() override {
|
||||
return dawn_native::d3d12::CreateDevice();
|
||||
mBackendDevice = dawn_native::d3d12::CreateDevice();
|
||||
return mBackendDevice;
|
||||
}
|
||||
|
||||
uint64_t GetSwapChainImplementation() override {
|
||||
|
|
Loading…
Reference in New Issue