-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metal] Add support for xcode 13 beta5 . #12875
[Metal] Add support for xcode 13 beta5 . #12875
Conversation
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results15 tests failed, 87 tests passed.Failed tests
Pipeline on Agent XAMBOT-1101.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results9 tests failed, 93 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
🔥 Tests failed catastrophically on Build (no summary found). 🔥Result file $(TEST_SUMMARY_PATH) not found. |
[Abstract, Export ("didModifyRange:")] | ||
void DidModify (NSRange range); | ||
#endif | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: extra tab
[Export ("vertical")] | ||
MTLRasterizationRateSampleArray Vertical { get; } | ||
*/ | ||
|
||
[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst(15,0), NoWatch] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst(15,0), NoWatch] | |
[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), NoWatch] |
nit: spacing
[Export ("maxSampleCount")] | ||
MTLSize MaxSampleCount { get; } | ||
|
||
[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst(15,0), NoWatch] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst(15,0), NoWatch] | |
[Mac (12, 0), iOS (15, 0), TV (15,0), MacCatalyst (15,0), NoWatch] |
nit: spacing
@@ -5243,4 +5563,152 @@ interface MTLFunctionLogDebugLocation { | |||
nuint Column { get; } | |||
} | |||
|
|||
[Mac (12,0), iOS (15,0), TV (15,0), MacCatalyst (15, 0), NoWatch] | |||
[BaseType (typeof (NSObject))] | |||
interface MTLStitchedLibraryDescriptor : NSCopying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should all these "MTL..." classes be "Mtl..." ?
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results5 tests failed, 97 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 101 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur' |
/sudo backport xcode13-ios |
Backport Job to branch xcode13-ios Created! The magic is happening here |
Oh no! Backport failed! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=5293493 for more details. |
No description provided.