aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/web_canvas/WebCanvasMatrix.h
blob: 428e0ae54d261b480688ae23620afb84dd01944f (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "../../Matrix.h"

#include <emscripten/val.h>

namespace cru::platform::graphics::web_canvas {
emscripten::val CreateDomMatrix(const Matrix& matrix);
}