Update to latest V-LVL, glslang & SPIRV-Tools.

Fix link references when building against latest SPIRV-Tools.
This commit is contained in:
Bill Hollings 2018-04-17 13:41:08 -04:00
parent 264c4da135
commit 8631fc06b8
3 changed files with 1601 additions and 1497 deletions

View File

@ -41,7 +41,8 @@
self.view.contentScaleFactor = UIScreen.mainScreen.nativeScale;
demo_main(&demo, self.view);
const char* arg = "cube";
demo_main(&demo, self.view, 1, &arg);
demo_draw(&demo);
uint32_t fps = 60;

View File

@ -1 +1 @@
5f35d6957bab18a0960cd3bdc05c8a89e5144f69
3b13ef6a345fad42c573c93f9f2bfa6b35a90112