Essential UI constants for other modules.
More...
Essential UI constants for other modules.
◆ DEFAULT_COLS
| const int DEFAULT_COLS = 10 |
|
static |
◆ DEFAULT_FONT_COLOR
| const vec3 DEFAULT_FONT_COLOR = {1.0F, 1.0F, 1.0F} |
|
static |
◆ DEFAULT_FONT_OFFSET_X
| const float DEFAULT_FONT_OFFSET_X = 0.0F |
|
static |
◆ DEFAULT_FONT_OFFSET_Y
| const float DEFAULT_FONT_OFFSET_Y = 0.0F |
|
static |
◆ DEFAULT_FONT_SHADOW_COLOR
| const vec3 DEFAULT_FONT_SHADOW_COLOR = {0.0F, 0.0F, 0.0F} |
|
static |
◆ DEFAULT_FONT_SHADOW_OFFSET_X
| const float DEFAULT_FONT_SHADOW_OFFSET_X = 2.0F |
|
static |
◆ DEFAULT_FONT_SHADOW_OFFSET_Y
| const float DEFAULT_FONT_SHADOW_OFFSET_Y = 2.0F |
|
static |
◆ DEFAULT_FONT_SIZE
| const float DEFAULT_FONT_SIZE = 32.0F |
|
static |
◆ DEFAULT_FPS_SAMPLER_SIZE
| const int DEFAULT_FPS_SAMPLER_SIZE = 200 |
|
static |
◆ DEFAULT_FPS_SMOOTHING
| const float DEFAULT_FPS_SMOOTHING = 0.95F |
|
static |
◆ DEFAULT_FPS_TARGET
| const float DEFAULT_FPS_TARGET = 60.0F |
|
static |
◆ DEFAULT_FPS_WINDOW
| const float DEFAULT_FPS_WINDOW = 5.0F |
|
static |
◆ DEFAULT_SPACING
| const float DEFAULT_SPACING = 2.5F |
|
static |
◆ HALF_OFFSET_MULTIPLIER
| const float HALF_OFFSET_MULTIPLIER = 0.5F |
|
static |
◆ MAX_FPS_TEXT_LENGTH
| const int MAX_FPS_TEXT_LENGTH = 64 |
|
static |