6 lines
89 B
GLSL
6 lines
89 B
GLSL
#version 450
|
|
#pragma shader_stage(vertex)
|
|
|
|
#define GLYPH 0
|
|
#include "../gui/vert.h"
|