mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-26 05:58:58 -06:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
#define SCREEN_WIDTH 1280
|
|
#define SCREEN_HEIGHT 720
|
|
#define MAX_LAYERS 32
|
|
#define ABUFFER_SINGLE_LINKED 1
|
|
#define ABUFFER_FIXED 2
|
|
#define ABUFFER_DYNAMIC 3
|
|
#define ABUFFER_IMPLEMENTATION ABUFFER_SINGLE_LINKED
|