コード例 #1
0
ファイル: fcAPI.cs プロジェクト: ubisoft/vrtist
 [DllImport("fccore")] public static extern Bool fcExrEndImage(fcExrContext ctx);
コード例 #2
0
ファイル: fcAPI.cs プロジェクト: ubisoft/vrtist
 [DllImport("fccore")] public static extern Bool fcExrBeginImage(fcExrContext ctx, string path, int width, int height);
コード例 #3
0
ファイル: fcAPI.cs プロジェクト: ubisoft/vrtist
 [DllImport("fccore")] public static extern Bool fcExrAddLayerPixels(fcExrContext ctx, byte[] pixels, fcPixelFormat fmt, int ch, string name);
コード例 #4
0
 [DllImport("fccore")] private static extern void        fcExrDestroyContext(fcExrContext ctx);