mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Modified UIX libs to allow use from UWP
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user