Remove RASPI support

This commit is contained in:
Dirk Nehring
2022-05-24 00:09:55 +02:00
parent 115f3b1fce
commit 74847c9bed
6 changed files with 90 additions and 159 deletions

View File

@@ -20,12 +20,8 @@ void ConvertColor(const GLint &colARGB, glm::vec4 &col) {
#ifdef CUVID
const char *glversion = "#version 330 core ";
#else
#ifdef RASPI
const char *glversion = "#version 300 es";
#else
const char *glversion = "#version 300 es ";
#endif
#endif
const char *rectVertexShader = "%s\n \
\