mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 15:46:28 +00:00
Fix typo in the name of wgpuGetProcAddress
BUG=dawn:22 Change-Id: Id8213f1d06313d0ab1ee5845e892f88ff803fbc2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14060 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
e9356045a4
commit
20c014cee7
@@ -126,7 +126,7 @@ namespace wgpu {
|
||||
{% endfor %}
|
||||
|
||||
Proc GetProcAddress(Device const& device, const char* procName) {
|
||||
return reinterpret_cast<Proc>(WGPUGetProcAddress(device.Get(), procName));
|
||||
return reinterpret_cast<Proc>(wgpuGetProcAddress(device.Get(), procName));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user