Skip to content

[AVFoundation] Use Simd-matrix for API that needs it. - #2679

Merged
rolfbjarne merged 1 commit into
dotnet:xcode9from
rolfbjarne:xcode9-avfoundation-matrix
Sep 13, 2017
Merged

[AVFoundation] Use Simd-matrix for API that needs it.#2679
rolfbjarne merged 1 commit into
dotnet:xcode9from
rolfbjarne:xcode9-avfoundation-matrix

Conversation

@rolfbjarne

@rolfbjarne rolfbjarne commented Sep 13, 2017

Copy link
Copy Markdown
Member

This also requires implementing the corresponding matrix (NMatrix4x3).

Fixes this xtro issue:

!unknown-simd-type-in-signature! OpenTK.Matrix3 AVFoundation.AVCameraCalibrationData::get_GetIntrinsicMatrix(): the native signature has a simd type (matrix_float3x3), while the corresponding managed method is using an incorrect (non-simd) type.

This also requires implementing the corresponding matrix (NMatrix4x3).

Fixes this xtro issue:

> !unknown-simd-type-in-signature! OpenTK.Matrix3 AVFoundation.AVCameraCalibrationData::get_GetIntrinsicMatrix(): the native signature has a simd type (matrix_float3x3), while the corresponding managed method is using an incorrect (non-simd) type.
@monojenkins

Copy link
Copy Markdown
Contributor

Build success

@rolfbjarne
rolfbjarne merged commit 9fbfd97 into dotnet:xcode9 Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants