more fixes to zcomplock and opengl implementation

This commit is contained in:
rodolfoosvaldobogado
2012-03-29 18:26:58 -03:00
parent 6ee6d0088a
commit 402006a83a
10 changed files with 86 additions and 42 deletions

View File

@ -26,9 +26,8 @@ public:
void SetSamplerState(int stage,int texindex);
void SetInterlacingMode();
// TODO: Implement and use these
void ApplyState(RenderStateMode mode){}
void RestoreState(RenderStateMode mode){}
void ApplyState(RenderStateMode mode);
void RestoreState(RenderStateMode mode);
void RenderText(const char* pstr, int left, int top, u32 color);
void DrawDebugInfo();