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