summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.h')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginGLView.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.h b/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
index d75f7ee3..5f9abeb3 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
+++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
@@ -43,29 +43,6 @@ static inline void RunOnMainThreadSync(dispatch_block_t block)
- (void)loadTextures:(GLboolean)first;
+ (char*)loadSource:(NSURL *)filename;
void printProgramInfoLog(GLuint obj);
-
-@end
-
-@interface PluginGLView (GL2)
-
-- (BOOL)setupOpenGL2;
-- (void)cleanupGL2;
-- (void)reshapeGL2;
-- (void)renderScreenGL2;
-- (void)loadTexturesGL2:(GLboolean)first;
-- (void)swapBufferGL2;
-
-@end
-
-@interface PluginGLView (GL3)
-
-- (BOOL)setupOpenGL3;
-- (void)cleanupGL3;
-- (void)reshapeGL3;
-- (void)renderScreenGL3;
-- (void)loadTexturesGL3:(GLboolean)first;
-- (void)swapBufferGL3;
- (GLuint)loadShader:(GLenum)type location:(NSURL*)filename;
@end
-