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