summaryrefslogtreecommitdiff
path: root/themes/src/shaders/sun_frag.cpp
blob: d1ea160c62b072759f6efbb5dd32702f402bb073 (plain)
1
2
3
4
5
6
7
8
#include "sun_frag.h"

const char* shader_sun_frag = "varying lowp vec4 VertexColor; \n"
" \n"
"void main() { \n"
"    gl_FragColor = VertexColor; \n"
"} \n"
" \n";