16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 18:39:18 +02:00

create generic gl::buffer, rebase gl::ubo onto it

This commit is contained in:
milek7
2018-10-21 00:16:02 +02:00
parent e3cfa2acbe
commit 7c9c19908a
5 changed files with 117 additions and 23 deletions

View File

@@ -107,6 +107,7 @@ set(SOURCES
"gl/postfx.cpp"
"gl/cubemap.cpp"
"gl/glsl_common.cpp"
"gl/buffer.cpp"
"imgui/imgui.cpp"
"imgui/imgui_demo.cpp"