[metalkit] Update for Xcode 11 up to beta 7 (#6956)

This commit is contained in:
Sebastien Pouliot 2019-09-10 09:00:53 -04:00 коммит произвёл GitHub
Родитель c41a5456eb
Коммит 6488fcb8f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 16 добавлений и 18 удалений

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

@ -116,6 +116,22 @@ namespace MetalKit {
[Mac (10,12)]
[NullAllowed, Export ("colorspace", ArgumentSemantic.Assign)]
CGColorSpace ColorSpace { get; set; }
[iOS (13,0)][TV (13,0)][Mac (10,15)]
[NullAllowed, Export ("preferredDevice")]
IMTLDevice PreferredDevice { get; }
[iOS (13,0)][TV (13,0)][Mac (10,15)]
[Export ("preferredDrawableSize")]
CGSize PreferredDrawableSize { get; }
[iOS (13,0)][TV (13,0)][Mac (10,15)]
[Export ("depthStencilAttachmentTextureUsage", ArgumentSemantic.Assign)]
MTLTextureUsage DepthStencilAttachmentTextureUsage { get; set; }
[iOS (13,0)][TV (13,0)][Mac (10,15)]
[Export ("multisampleColorAttachmentTextureUsage", ArgumentSemantic.Assign)]
MTLTextureUsage MultisampleColorAttachmentTextureUsage { get; set; }
}
[iOS (9,0)][Mac (10,11)]

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

@ -1,6 +0,0 @@
!missing-selector! MTKView::depthStencilAttachmentTextureUsage not bound
!missing-selector! MTKView::multisampleColorAttachmentTextureUsage not bound
!missing-selector! MTKView::preferredDevice not bound
!missing-selector! MTKView::preferredDrawableSize not bound
!missing-selector! MTKView::setDepthStencilAttachmentTextureUsage: not bound
!missing-selector! MTKView::setMultisampleColorAttachmentTextureUsage: not bound

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

@ -1,6 +0,0 @@
!missing-selector! MTKView::depthStencilAttachmentTextureUsage not bound
!missing-selector! MTKView::multisampleColorAttachmentTextureUsage not bound
!missing-selector! MTKView::preferredDevice not bound
!missing-selector! MTKView::preferredDrawableSize not bound
!missing-selector! MTKView::setDepthStencilAttachmentTextureUsage: not bound
!missing-selector! MTKView::setMultisampleColorAttachmentTextureUsage: not bound

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

@ -1,6 +0,0 @@
!missing-selector! MTKView::depthStencilAttachmentTextureUsage not bound
!missing-selector! MTKView::multisampleColorAttachmentTextureUsage not bound
!missing-selector! MTKView::preferredDevice not bound
!missing-selector! MTKView::preferredDrawableSize not bound
!missing-selector! MTKView::setDepthStencilAttachmentTextureUsage: not bound
!missing-selector! MTKView::setMultisampleColorAttachmentTextureUsage: not bound