diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-05 23:57:53 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-05 23:57:53 -0500 |
commit | 950b3c95590aea7420e7dd4c7ae21ba0a0805ea6 (patch) | |
tree | 3fe285820ef7bce254fbd0b22f3f3c7bbb6c3a7d /gui.h | |
parent | 50fb1482f6dd3d738ba5fd23dfa6789c0f397c92 (diff) |
shader
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ typedef struct { void *memory; size_t memory_size; double dt; // time in seconds between this frame and the last one + void (*(*get_gl_proc)(char const *))(void); // get a GL function char title[64]; // window title } Frame; |