diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-11-10 23:53:25 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-11-10 23:53:25 +0000 |
| commit | f7961efaeebdf1e717803824936db51e9af19d52 (patch) | |
| tree | 0945a3bcccc0036e1a48d2d45e743fe895cd4668 /macosx/plugins/DFXVideo/macsrc/PluginGLView.h | |
| parent | 85f51f61c8dcaf9489ee3191be78a61d7e03e638 (diff) | |
| download | pcsxr-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-x | macosx/plugins/DFXVideo/macsrc/PluginGLView.h | 23 |
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 - |
