コード例 #1
0
ファイル: fcAPI.cs プロジェクト: ubisoft/vrtist
 [DllImport("fccore")] public static extern Bool fcPngExportPixels(fcPngContext ctx, string path, byte[] pixels, int width, int height, fcPixelFormat fmt, int num_channels);
コード例 #2
0
 [DllImport("fccore")] private static extern void        fcPngDestroyContext(fcPngContext ctx);