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

This reverts commit 05d60f4fef.
This commit is contained in:
Jules Blok
2015-06-06 20:09:22 +02:00
parent 5650b9e970
commit 8cc271516d
3 changed files with 20 additions and 17 deletions

View File

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