Add "opengles" in the helper information of Dawn samples

BUG=dawn:707

Change-Id: Id45deb13d8afeef985d81ebc3f7a1a80040498bf
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/44660
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Jiawei Shao 2021-03-15 08:02:53 +00:00 committed by Commit Bot service account
parent d89814ed7a
commit d41aa4378d
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ bool InitSample(int argc, const char** argv) {
} }
if (std::string("-h") == argv[i] || std::string("--help") == argv[i]) { if (std::string("-h") == argv[i] || std::string("--help") == argv[i]) {
printf("Usage: %s [-b BACKEND] [-c COMMAND_BUFFER]\n", argv[0]); printf("Usage: %s [-b BACKEND] [-c COMMAND_BUFFER]\n", argv[0]);
printf(" BACKEND is one of: d3d12, metal, null, opengl, vulkan\n"); printf(" BACKEND is one of: d3d12, metal, null, opengl, opengles, vulkan\n");
printf(" COMMAND_BUFFER is one of: none, terrible\n"); printf(" COMMAND_BUFFER is one of: none, terrible\n");
return false; return false;
} }