Add undef Bool for xlib_with_undefs.h
Add undef Bool for xlib_with_undefs.h Also fix a link in perf_tests/README.md Change-Id: I83718b2014b6fe2bdfbd82b248d358abbd463abb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/65223 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com>
This commit is contained in:
parent
349062fb72
commit
23d877caa2
|
@ -33,6 +33,7 @@
|
|||
#undef Success
|
||||
#undef None
|
||||
#undef Always
|
||||
#undef Bool
|
||||
|
||||
using XErrorHandler = int (*)(Display*, XErrorEvent*);
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# Dawn Perf Tests
|
||||
Moved to [`//src/docs/testing.md`](https://dawn.googlesource.com/dawn/+/refs/heads/master/docs/testing.md).
|
||||
Moved to [`//src/docs/testing.md`](https://dawn.googlesource.com/dawn/+/refs/heads/main/docs/testing.md).
|
||||
|
|
Loading…
Reference in New Issue