Euphoria
Namespaces | Variables
constants.h File Reference

Go to the source code of this file.

Namespaces

namespace  eu
 
namespace  eu::render
 

Variables

constexpr std::size_t eu::render::MAX_TEXTURES_SUPPORTED = 16
 
constexpr float eu::render::ALMOST_ZERO = 0.01f
 
constexpr float eu::render::ALPHA_TRANSPARENCY_LIMIT = 1.0f - ALMOST_ZERO
 if alpha goes above this limit, it is no longer considered transparent
 
constexpr float eu::render::OUTLINE_SCALE = 1.1f
 
constexpr int eu::render::BLUR_SAMPLES = 10