mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 07:36:15 +00:00
Cleanup old/deprecated wire and native APIs
Bug: none Change-Id: Idf9a00d8dc675e1fbc83554c487edcb2dda498c8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/30001 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
2931c429c9
commit
875091308b
@@ -152,12 +152,9 @@ wgpu::Device CreateCppDawnDevice() {
|
||||
clientDesc.serializer = c2sBuf;
|
||||
|
||||
wireClient = new dawn_wire::WireClient(clientDesc);
|
||||
WGPUDevice clientDevice = wireClient->GetDevice();
|
||||
DawnProcTable clientProcs = dawn_wire::WireClient::GetProcs();
|
||||
cDevice = wireClient->GetDevice();
|
||||
procs = dawn_wire::client::GetProcs();
|
||||
s2cBuf->SetHandler(wireClient);
|
||||
|
||||
procs = clientProcs;
|
||||
cDevice = clientDevice;
|
||||
} break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user