From f02a283c06c51cb29f79e89754b31ffd6952d2e6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 21 Oct 2021 07:14:46 +0200 Subject: Add vertex buffer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fa9db3b..02015e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Minimal Graphics Library -Written in C and uses legacy OpenGL to support as many platforms as possible.\ +Written in C and uses OpenGL 2.0 to support as many platforms as possible.\ Right now mgl only supports x11. # Dependencies ## Build @@ -10,4 +10,4 @@ Right now mgl only supports x11. Handle window close (window destroyed event, disconnected from server and socket becomes invalid (check select return?)).\ Bind texture and cache the bound texture to reduce calls to opengl. Use gl triangle instead of quad. -Fix crash on exit. \ No newline at end of file +Fix crash on exit. -- cgit v1.2.3