mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Fixed imageSwizzleBgra8.
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user