#ifndef MINO_GRAPH_H #define MINO_GRAPH_H #define GRAPH_GLSL(...)"#version 330 core\n"#__VA_ARGS__ X V graph_init(V); X V graph_deinit(V); X V graph_events(V); X V graph_before(V); X V graph_after(V); X V graph_quad(V); X U32 graph_ticks(V); X U32 graph_shader_create(IM C*,IM C*); X U32 graph_shader_tex; X V graph_shader_use(U32); X V graph_shader_setI(IM C*,I); X V graph_shader_setM4(IM C*,mat4); X U32 graph_tex_create(IM C*); X V graph_tex_use(U32,U8); #endif