Revert "OGL: Change the depth buffer type to GL_FLOAT."

This reverts commit 4b2e04b862.
This commit is contained in:
Jules Blok
2015-05-20 13:48:16 +02:00
parent 9ef1ca4141
commit 05d60f4fef
3 changed files with 17 additions and 20 deletions

View File

@ -91,7 +91,7 @@ public:
int GetMaxTextureSize() override;
private:
void UpdateEFBCache(EFBAccessType type, u32 cacheRectIdx, const EFBRectangle& efbPixelRc, const TargetRectangle& targetPixelRc, const void* data);
void UpdateEFBCache(EFBAccessType type, u32 cacheRectIdx, const EFBRectangle& efbPixelRc, const TargetRectangle& targetPixelRc, const u32* data);
void BlitScreen(TargetRectangle src, TargetRectangle dst, GLuint src_texture, int src_width, int src_height);
};