From 8ad89fb13af5ffaec52e196f1874d18ec129031c Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Sun, 16 Apr 2023 23:47:58 -0700 Subject: draw quad+resize --- include/graph.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/graph.h') 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 -- cgit v1.2.3