mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Allow rendering to integer textures.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user