nngn
Loading...
Searching...
No Matches
const.h
Go to the documentation of this file.
1#ifndef NNGN_CONST_H
2#define NNGN_CONST_H
3
4#define NNGN_TEXTURE_EXTENT 512
5#define NNGN_TEXTURE_SIZE (4 * NNGN_TEXTURE_EXTENT * NNGN_TEXTURE_EXTENT)
6
7#endif