mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 10:25:28 +00:00
Make the template of ProcTable flexible
BUG=dawn:1201 Change-Id: I723c064c7cf8541798e5736d7860769b238cbf01 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/73400 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: ningxin hu <ningxin.hu@intel.com>
This commit is contained in:
@@ -898,7 +898,7 @@ class MultiGeneratorFromDawnJSON(Generator):
|
||||
frontend_params))
|
||||
renders.append(
|
||||
FileRender('dawn_native/ProcTable.cpp',
|
||||
'src/dawn_native/ProcTable.cpp', frontend_params))
|
||||
'src/' + native_dir + '/ProcTable.cpp', frontend_params))
|
||||
renders.append(
|
||||
FileRender('dawn_native/ChainUtils.h',
|
||||
'src/' + native_dir + '/ChainUtils_autogen.h',
|
||||
|
||||
Reference in New Issue
Block a user