xamarin-macios/tests/monotouch-test/CoreVideo
Alex Soto b75f8eda31 [generator] Create CVPixelBuffer using GetINativeObject so its usable from 3rd party bindings (#2111)
* [generator] Create CVPixelBuffer using GetINativeObject so its usable from 3rd party bindings

Complements https://bugzilla.xamarin.com/show_bug.cgi?id=52665
and PR #2102

CVPixelBuffer was created using the internal handle ctor, this
did not allow 3rd party bindings to bind it correctly since it
generated not compilable code.

We now use Runtime.GetINativeObject<CVPixelBuffer> (ptr, false); just
like the base ctor https://git.io/vHvLj.

* [tests] Add IntPtr.Zero check and fix link in code

* [generator] Make comment easier to find
2017-05-19 11:10:22 -05:00
..
CoreVideoEnumsTest.cs [CoreVideo] Update to iOS 10.3 beta 1 2017-03-28 09:13:31 -05:00
PixelBufferAttributesTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
PixelBufferPoolTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
PixelBufferTest.cs [generator] Create CVPixelBuffer using GetINativeObject so its usable from 3rd party bindings (#2111) 2017-05-19 11:10:22 -05:00
PixelFormatDescriptionTest.cs [tests] Import 2016-05-26 15:06:52 +02:00