This commit is contained in:
FunkyFr3sh 2023-09-06 23:46:50 +02:00
parent 280747c037
commit 43fd64463b
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ static char PASSTHROUGH_FRAG_SHADER[] =
"}\n";
static char RBG555_FRAG_SHADER[] =
static char RGB555_FRAG_SHADER[] =
"#version 130\n"
"out vec4 FragColor;\n"
"uniform sampler2D Texture;\n"