diff options
author | kitty piapiac <kcp@bsd.computer> | 2023-04-16 23:47:58 -0700 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2023-04-16 23:47:58 -0700 |
commit | 8ad89fb13af5ffaec52e196f1874d18ec129031c (patch) | |
tree | 48e7c9fe7f1d93dcf0145fa26710a464e5f103a8 /include/graph.h | |
parent | 190869967285173e92d4c8cf06bea1e99718fffe (diff) |
draw quad+resize
Diffstat (limited to 'include/graph.h')
-rw-r--r-- | include/graph.h | 5 |
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 |