[client] egl: actually do front buffer rendering

This commit is contained in:
Geoffrey McRae
2020-12-31 15:31:24 +11:00
parent 1e4e582f67
commit bf1eba15d1
2 changed files with 31 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <SDL2/SDL_egl.h>
/* this must be a multiple of 2 */
#define BUFFER_COUNT 2
#define BUFFER_COUNT 4
struct Buffer
{