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#define NNGN_MAX_LIGHTS 8
7#define NNGN_SHADOWS_ENABLED_BIT (1u << 1)
8#define NNGN_LUMINANCE_MAX 9.6
9
10#endif