mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
Capitalize C types dawn -> Dawn
This is to match Chromium style. Change-Id: Ic97cc03e2291c653ade9662ba3d5e629872b10ad Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/5482 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
97ffc1a8aa
commit
45f9730855
@@ -20,9 +20,9 @@
|
||||
|
||||
namespace dawn_native {
|
||||
|
||||
dawnProcTable GetProcsAutogen();
|
||||
DawnProcTable GetProcsAutogen();
|
||||
|
||||
dawnProcTable GetProcs() {
|
||||
DawnProcTable GetProcs() {
|
||||
return GetProcsAutogen();
|
||||
}
|
||||
|
||||
@@ -49,8 +49,8 @@ namespace dawn_native {
|
||||
return mImpl != nullptr;
|
||||
}
|
||||
|
||||
dawnDevice Adapter::CreateDevice() {
|
||||
return reinterpret_cast<dawnDevice>(mImpl->CreateDevice());
|
||||
DawnDevice Adapter::CreateDevice() {
|
||||
return reinterpret_cast<DawnDevice>(mImpl->CreateDevice());
|
||||
}
|
||||
|
||||
// AdapterDiscoverOptionsBase
|
||||
|
||||
Reference in New Issue
Block a user