GPU: 24-bit display depth support

This commit is contained in:
Connor McLaughlin
2019-10-05 12:31:48 +10:00
parent 64aa3f56c3
commit c2baa7e834
4 changed files with 104 additions and 5 deletions

View File

@ -75,7 +75,7 @@ private:
TransparencyMode m_last_transparency_mode = TransparencyMode::BackgroundMinusForeground;
std::array<std::array<std::array<std::array<GL::Program, 2>, 3>, 2>, 2> m_render_programs;
std::array<GL::Program, 3> m_texture_page_programs;
GL::Program m_reinterpret_rgb8_program;
GLStats m_stats = {};
GLStats m_last_stats = {};