mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 07:06:11 +00:00
Rename .inl to .inc
Bug: chromium:964411 Change-Id: Iff1ff8aadccd3e6ce6abefed983f23241dc19edf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/7341 Commit-Queue: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
1b5fb81a01
commit
3a8aa31d88
@@ -43,7 +43,7 @@ namespace dawn_wire { namespace client {
|
||||
}
|
||||
|
||||
private:
|
||||
#include "dawn_wire/client/ClientPrototypes_autogen.inl"
|
||||
#include "dawn_wire/client/ClientPrototypes_autogen.inc"
|
||||
|
||||
Device* mDevice = nullptr;
|
||||
CommandSerializer* mSerializer = nullptr;
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace dawn_wire { namespace server {
|
||||
void OnFenceCompletedValueUpdated(DawnFenceCompletionStatus status,
|
||||
FenceCompletionUserdata* userdata);
|
||||
|
||||
#include "dawn_wire/server/ServerPrototypes_autogen.inl"
|
||||
#include "dawn_wire/server/ServerPrototypes_autogen.inc"
|
||||
|
||||
CommandSerializer* mSerializer = nullptr;
|
||||
WireDeserializeAllocator mAllocator;
|
||||
|
||||
Reference in New Issue
Block a user