Update V-LVL revision

- pick up 1.1.73 headers
- cope with interface change in cube demo
This commit is contained in:
Karl Schultz 2018-04-16 17:52:01 -06:00
parent b59d74cef5
commit 5c36a26632
2 changed files with 3 additions and 3 deletions

View File

@ -41,8 +41,8 @@
[super viewDidLoad];
self.view.wantsLayer = YES; // Back the view with a layer created by the makeBackingLayer method.
demo_main(&demo, self.view);
const char* arg = "cube";
demo_main(&demo, self.view, 1, &arg);
CVDisplayLinkCreateWithActiveCGDisplays(&_displayLink);
CVDisplayLinkSetOutputCallback(_displayLink, &DisplayLinkCallback, &demo);

View File

@ -1 +1 @@
359f2c1b6ca510a01f4c56f310ce0913ad345c3c
5f35d6957bab18a0960cd3bdc05c8a89e5144f69