This commit is contained in:
Branimir Karadžić
2018-04-17 10:45:09 -07:00
parent f0072f9fc9
commit 2dc2137905

View File

@@ -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