mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-21 14:23:03 +01:00
texturec: Added --linear option.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user