mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 13:38:00 +00:00
Rename NXT -> Dawn in the comments
This commit is contained in:
committed by
Corentin Wallez
parent
923574eed5
commit
9fc65344f4
@@ -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),
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user