diff --git a/include/bx/math.h b/include/bx/math.h index 470ed8d..43392f7 100644 --- a/include/bx/math.h +++ b/include/bx/math.h @@ -568,10 +568,10 @@ namespace bx void hsvToRgb(float _rgb[3], const float _hsv[3]); /// - float toLinear(float _a); + BX_CONST_FUNC float toLinear(float _a); /// - float toGamma(float _a); + BX_CONST_FUNC float toGamma(float _a); } // namespace bx