Modified UIX libs to allow use from UWP

This commit is contained in:
Yoshi Askharoun
2021-07-15 22:00:36 -05:00
parent dd63b8d273
commit c3d90fccbd
27 changed files with 326 additions and 173 deletions
@@ -16,6 +16,6 @@ namespace Microsoft.Iris.Render
string Identifier { get; }
bool LoadContent(ImageFormat format, Size size, int Stride, IntPtr Data);
bool LoadContent(ImageFormat format, Size size, int Stride, byte[] Data);
}
}