|
gKit2 light
|
#include <cstddef>#include <cstdio>#include <cstdlib>#include <ctime>#include <vector>#include <algorithm>#include <chrono>#include "window.h"#include "vec.h"#include "program.h"#include "uniforms.h"Go to the source code of this file.
Functions | |
| int | init () |
| int | quit () |
| int | main (int argc, char **argv) |
Variables | |
| GLuint | program = 0 |
| GLuint | input_buffer = 0 |
| GLuint | tmp_buffer = 0 |
| std::vector< int > | input |
| const int | logNmax = 26 |