summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/graph.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/graph.h b/include/graph.h
index b2a9ffa..9780714 100644
--- a/include/graph.h
+++ b/include/graph.h
@@ -3,9 +3,8 @@
X V graph_init(V);
X V graph_deinit(V);
X V graph_events(V);
-/*actual rendering*/
X V graph_before(V);
X V graph_after(V);
-/*shapes*/
-X V graph_triangle(V);
+X V graph_quad(V);
+X U32 graph_shader_create(IM C*,IM C*);
#endif