progress
This commit is contained in:
parent
3311810666
commit
0f1b028fca
3 changed files with 28 additions and 1 deletions
|
|
@ -66,6 +66,10 @@ int main(int argc, char *argv[]) {
|
|||
int width = event.data.draw.width;
|
||||
int height = event.data.draw.height;
|
||||
render(&renderer, width, height, time, shader_path, 0);
|
||||
swap_buffers(&state, event.data.draw.surface);
|
||||
}
|
||||
if (event.type == EVENT_NONE) {
|
||||
printf("nothing, absolutely nothing\n");
|
||||
}
|
||||
}
|
||||
//while (state.running) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue