texturec: Added --linear option.

This commit is contained in:
Branimir Karadžić
2018-11-02 17:16:32 -07:00
parent 084e14e301
commit 8a7d5589c2
4 changed files with 67 additions and 2 deletions

View File

@@ -314,6 +314,9 @@ namespace bimg
, const void* _src
);
///
void imageRgba32fToLinear(ImageContainer* _imageContainer);
///
void imageRgba32fToGamma(
void* _dst
@@ -324,6 +327,9 @@ namespace bimg
, const void* _src
);
///
void imageRgba32fToGamma(ImageContainer* _imageContainer);
///
void imageRgba32fLinearDownsample2x2(
void* _dst