Ejemplo n.º 1
0
 [DllImport("fccore")] public static extern Bool fcGifAddFramePixels(fcGifContext ctx, byte[] pixels, fcPixelFormat fmt, double timestamp = -1.0);
Ejemplo n.º 2
0
 [DllImport("fccore")] public static extern void fcGifAddOutputStream(fcGifContext ctx, fcStream stream);
Ejemplo n.º 3
0
 public static fcDeferredCall fcGifAddFrameTexture(fcGifContext ctx, RenderTexture tex, bool keyframe, double timestamp, fcDeferredCall id)
 {
     return(fcGifAddFrameTextureDeferred(ctx, tex.GetNativeTexturePtr(), fcGetPixelFormat(tex.format), keyframe, timestamp, id));
 }
Ejemplo n.º 4
0
 [DllImport("fccore")] private static extern void        fcGifDestroyContext(fcGifContext ctx);
Ejemplo n.º 5
0
 [DllImport("fccore")] private static extern fcDeferredCall fcGifAddFrameTextureDeferred(fcGifContext ctx, IntPtr tex, fcPixelFormat fmt, Bool keyframe, double timestamp, fcDeferredCall id);