raw
This commit is contained in:
22
Thirdparty/Pangolin/include/pangolin/ios/PangolinUIView.h
vendored
Normal file
22
Thirdparty/Pangolin/include/pangolin/ios/PangolinUIView.h
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// GlTestViewController.h
|
||||
// gltest
|
||||
//
|
||||
// Created by Steven Lovegrove on 30/01/2014.
|
||||
// Copyright (c) 2014 Steven Lovegrove. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#include <OpenGLES/ES2/gl.h>
|
||||
#include <OpenGLES/ES2/glext.h>
|
||||
|
||||
@interface PangolinUIView : UIView {
|
||||
CAEAGLLayer* _eaglLayer;
|
||||
EAGLContext* _context;
|
||||
|
||||
GLuint _colorRenderBuffer;
|
||||
GLuint _depthRenderBuffer;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user