First pass at refactoring native CFFI Bytes

This commit is contained in:
Joshua Granick
2018-06-15 23:21:03 -07:00
parent ecd7876c4b
commit 6d666b0eeb
29 changed files with 441 additions and 988 deletions

View File

@@ -18,7 +18,7 @@ namespace lime {
ColorMatrix ();
ColorMatrix (value colorMatrix);
ColorMatrix (HL_ArrayBufferView* colorMatrix);
ColorMatrix (ArrayBufferView* colorMatrix);
~ColorMatrix ();
float GetAlphaMultiplier ();