Typo at line 324

This commit is contained in:
Barath Nadar 2020-01-22 07:57:42 +05:30 committed by GitHub
parent f9818f0804
commit eac76d9473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@ compiler.set_name(varying_resource.base_type_id, "VertexFragmentLinkage");
```
Some platform may require identical variable name for both vertex outputs and fragment inputs. (for example MacOSX)
to rename varaible base on location, please add
to rename variable base on location, please add
```
--rename-interface-variable <in|out> <location> <new_variable_name>
```