From f7961efaeebdf1e717803824936db51e9af19d52 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 10 Nov 2014 23:53:25 +0000 Subject: 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 --- macosx/plugins/DFXVideo/macsrc/PluginGLView.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.h') 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 - -- cgit v1.2.3