Fixed imageSwizzleBgra8.

This commit is contained in:
Branimir Karadžić
2017-09-19 20:18:03 -07:00
parent 01862ee0f1
commit 4508fe4d16
2 changed files with 41 additions and 19 deletions

View File

@@ -333,10 +333,11 @@ namespace bimg
///
void imageSwizzleBgra8(
void* _dst
, uint32_t _dstPitch
, uint32_t _width
, uint32_t _height
, uint32_t _srcPitch
, const void* _src
, uint32_t _srcPitch
);
///