[metalperformanceshaders] Remove [DesignatedInitializer] from MPSMatrixMultiplication (#690)

It's the only one, so it's kind of designated, but it's not marked as
such in the header files and it's better matching them (xtro test wise)

reference:
!extra-designated-initializer! MPSMatrixMultiplication::initWithDevice:transposeLeft:transposeRight:resultRows:resultColumns:interiorColumns:alpha:beta: is incorrectly decorated with an [DesignatedInitializer] attribute
This commit is contained in:
Sebastien Pouliot 2016-08-27 12:52:59 -04:00 коммит произвёл GitHub
Родитель 99cf87be0d
Коммит 42807bcc09
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1119,7 +1119,6 @@ namespace XamCore.MetalPerformanceShaders {
[Export ("rightMatrixOrigin", ArgumentSemantic.Assign)]
MTLOrigin RightMatrixOrigin { get; set; }
[DesignatedInitializer]
[Export ("initWithDevice:transposeLeft:transposeRight:resultRows:resultColumns:interiorColumns:alpha:beta:")]
IntPtr Constructor (IMTLDevice device, bool transposeLeft, bool transposeRight, nuint resultRows, nuint resultColumns, nuint interiorColumns, double alpha, double beta);