Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created December 24, 2013 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/7a98b480dde443302f74 to your computer and use it in GitHub Desktop.
Save saurabh360/7a98b480dde443302f74 to your computer and use it in GitHub Desktop.
[Obsolete ("CVImageBuffer is used on OSX, for iOS use CVPixelBuffer")]
public CIImage (CVImageBuffer imageBuffer)
{
throw new NotSupportedException ();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment