6 lines
91 B
GLSL
6 lines
91 B
GLSL
#version 450
|
|
#pragma shader_stage(fragment)
|
|
|
|
#define GLYPH 0
|
|
#include "../gui/frag.h"
|