fixed encode of file Bitmap/BitmapTGAStream.cpp
This commit is contained in:
parent
fd7e7e3788
commit
b64f4c90e4
@ -45,7 +45,7 @@ namespace hgl
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 以TGA格式保存Bitmap数据到流
|
* 以TGA格式保存Bitmap数据到流
|
||||||
*/
|
*/
|
||||||
bool SaveBitmapToTGA(io::OutputStream *os,void *data,uint width,uint height,uint channels,uint single_channel_bits)
|
bool SaveBitmapToTGA(io::OutputStream *os,void *data,uint width,uint height,uint channels,uint single_channel_bits)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user