[client] egl: reworked the streaming texture pipeline

This commit is contained in:
Geoffrey McRae
2020-05-19 17:34:24 +10:00
parent aff19e13c7
commit 73ba325072
4 changed files with 201 additions and 159 deletions

View File

@@ -109,7 +109,7 @@ static struct Option egl_options[] =
.name = "doubleBuffer",
.description = "Enable double buffering",
.type = OPTION_TYPE_BOOL,
.value.x_bool = true
.value.x_bool = false
},
{
.module = "egl",