Files
OpenSpace/shaders/generated/constants.hglsl
2014-10-23 11:37:22 -04:00

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