diff options
author | sanine <sanine.not@pm.me> | 2023-03-10 02:05:18 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-03-10 02:05:18 -0600 |
commit | 51c7235d4e0a2df109dd5050328a0ad4a1878ae4 (patch) | |
tree | 201b065e93bf6a35d2bab0e49bcd32f7a971da94 /src/gl/notes.md | |
parent | 5bb783912ac384156b8abbe6e83a5a61da73881d (diff) |
refactor: move glfw functions into separate table
Diffstat (limited to 'src/gl/notes.md')
-rw-r--r-- | src/gl/notes.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gl/notes.md b/src/gl/notes.md deleted file mode 100644 index 3ea0171..0000000 --- a/src/gl/notes.md +++ /dev/null @@ -1,10 +0,0 @@ -honey/gl --------- - -only support 1 window, for simplicity - -want to be **as transparent as possible**! only hide things from the Lua layer when they are either performance-critical or when they are so C-level that wrapping them would be too clunky. - -**lua setup functions should do nothing except populate tables** - -`gl.init()` will create the window (because that's how we get the opengl context) |