This commit is contained in:
Glenn Maynard
2003-06-22 01:53:04 +00:00
parent fc4dab404b
commit c8e02ec0ae
+5 -5
View File
@@ -533,11 +533,6 @@ void RageDisplay_OGL::SaveScreenshot( CString sPath )
SDL_FreeSurface( temp );
}
CString RageDisplay_OGL::GetTextureDiagnostics( unsigned id ) const
{
return "";
}
RageDisplay::VideoModeParams RageDisplay_OGL::GetVideoModeParams() const { return wind->GetVideoModeParams(); }
static void SetupVertices( const RageVertex v[], int iNumVerts )
@@ -1034,6 +1029,11 @@ void RageDisplay_OGL::UpdateTexture(
glFlush();
}
CString RageDisplay_OGL::GetTextureDiagnostics( unsigned id ) const
{
return "";
}
void RageDisplay_OGL::SetAlphaTest( bool b )
{
glAlphaFunc( GL_GREATER, 0.01f );