vsg
1.1.0
VulkanSceneGraph library
include
vsg
platform
ios
iOS_ViewController.h
1
#include <UIKit/UIKit.h>
2
3
4
#include <vsg/app/WindowTraits.h>
5
#include <vsg/app/Window.h>
6
7
#pragma mark -
8
#pragma mark vsg_iOS_View
9
@interface
vsg_iOS_View
: UIView
10
@end
11
12
13
#pragma mark -
14
#pragma mark vsg_iOS_ViewController
15
@interface
vsg_iOS_ViewController
: UIViewController
16
@property
vsg::ref_ptr<vsg::Window>
vsgWindow;
17
- (instancetype)initWithTraits:(
vsg::ref_ptr<vsg::WindowTraits>
)traits andVsgViewer:(
vsg::ref_ptr<vsg::Viewer>
) vsgViewer;
18
@end
19
vsg::ref_ptr< vsg::Window >
vsg_iOS_ViewController
Definition:
iOS_ViewController.h:16
vsg_iOS_View
Definition:
iOS_ViewController.h:10
Generated by
1.9.1