Build wasm

This commit is contained in:
Surma
2021-07-19 12:36:04 +01:00
parent 8262c79bb6
commit cd20082e5d
2 changed files with 3 additions and 6 deletions

View File

@@ -17,10 +17,7 @@ inline void gammaLookupTable() {
}
// Turns an interleaved RGBA buffer into 4 planes for each color channel
void planarize(std::vector<ImageF>& img,
const uint8_t* rgba,
int width,
int height) {
void planarize(std::vector<ImageF>& img, const uint8_t* rgba, int width, int height) {
assert(img.size() == 0);
img.push_back(ImageF(width, height));
img.push_back(ImageF(width, height));

Binary file not shown.