Allow rendering to integer textures.

This commit is contained in:
Alex Szpakowski
2021-08-12 17:43:33 -03:00
parent 48b3a4e860
commit cffd485976
9 changed files with 90 additions and 66 deletions
+1
View File
@@ -137,6 +137,7 @@ ColorT<T> operator/(const ColorT<T> &a, T s)
typedef ColorT<unsigned char> Color32;
typedef ColorT<float> Colorf;
typedef ColorT<double> ColorD;
inline Color32 toColor32(Colorf cf)
{