Revert changes to vulkanexamplebase.h and expose displayLinkOutputCb() to DemoViewController
This commit is contained in:
parent
2349738013
commit
28d98b9ee7
4 changed files with 6 additions and 8 deletions
|
|
@ -14,7 +14,7 @@ class MVKExample {
|
|||
|
||||
public:
|
||||
void renderFrame();
|
||||
void nextFrame(); // SRS - expose VulkanExampleBase::nextFrame() to DemoViewController
|
||||
void displayLinkOutputCb(); // SRS - expose VulkanExampleBase::displayLinkOutputCb() to DemoViewController
|
||||
void keyPressed(uint32_t keyCode);
|
||||
|
||||
MVKExample(void* view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue