HL bindings

This commit is contained in:
Joshua Granick
2018-06-15 00:22:24 -07:00
parent 9fdfc84aac
commit 9e9ec78a3b
19 changed files with 678 additions and 498 deletions

View File

@@ -4,6 +4,7 @@
#include <system/CFFI.h>
#include <system/System.h>
#include <utils/ArrayBufferView.h>
#include <stdint.h>
@@ -17,6 +18,7 @@ namespace lime {
ColorMatrix ();
ColorMatrix (value colorMatrix);
ColorMatrix (HL_ArrayBufferView* colorMatrix);
~ColorMatrix ();
float GetAlphaMultiplier ();