Rename NXT -> Dawn in the comments

This commit is contained in:
Corentin Wallez
2018-07-18 15:28:38 +02:00
committed by Corentin Wallez
parent 923574eed5
commit 9fc65344f4
22 changed files with 35 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
# NXT glTF Viewer
# Dawn glTF Viewer
This is a barebones glTF model viewer using the NXT API. It is intended as a
This is a barebones glTF model viewer using the Dawn API. It is intended as a
proof of concept for the API and is not a robust model viewer. It can load
basic mesh/texture data from a few
[glTF sample models](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/1.0),

View File

@@ -609,7 +609,7 @@ int main(int argc, const char* argv[]) {
return 1;
}
if (argc < 2) {
fprintf(stderr, "Usage: %s model.gltf [... NXT Options]\n", argv[0]);
fprintf(stderr, "Usage: %s model.gltf [... Dawn Options]\n", argv[0]);
return 1;
}