Add callback API example.

Fix a sentinel value for the vertex index.
This commit is contained in:
Syoyo Fujita
2016-04-18 17:52:04 +09:00
parent 93acf63157
commit 1e663342bf
4 changed files with 163 additions and 1 deletions

View File

@@ -193,3 +193,8 @@ for (size_t i = 0; i < shapes.size(); i++) {
}
```
Tests
-----
Unit tests are provided. see `tests` directory for details.