summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-11-10 23:53:25 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-11-10 23:53:25 +0000
commitf7961efaeebdf1e717803824936db51e9af19d52 (patch)
tree0945a3bcccc0036e1a48d2d45e743fe895cd4668 /macosx/plugins/DFXVideo/macsrc/PluginGLView.h
parent85f51f61c8dcaf9489ee3191be78a61d7e03e638 (diff)
downloadpcsxr-f7961efaeebdf1e717803824936db51e9af19d52.tar.gz
OS X: Consolidate the SoftGL plug-in's OpenGL functions into one file again.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92231 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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
-