This commit is contained in:
Sebastien Pouliot 2018-06-12 16:51:57 -04:00 коммит произвёл GitHub
Родитель bbbea580a3
Коммит 300018fd42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 31 добавлений и 23 удалений

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

@ -34,6 +34,8 @@ namespace MonoTouch.CoreVideo {
#endif
// CVOpenGLESTexture.h
[Deprecated (PlatformName.iOS, 12,0, message: "Use 'CVMetalTexture' instead.")]
[Deprecated (PlatformName.TvOS, 12,0, message: "Use 'CVMetalTexture' instead.")]
public class CVOpenGLESTexture : INativeObject, IDisposable {
internal IntPtr handle;

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

@ -33,6 +33,8 @@ namespace MonoTouch.CoreVideo {
#endif
// CVOpenGLESTextureCache.h
[Deprecated (PlatformName.iOS, 12,0, message: "Use 'CVMetalTextureCache' instead.")]
[Deprecated (PlatformName.TvOS, 12,0, message: "Use 'CVMetalTextureCache' instead.")]
public class CVOpenGLESTextureCache : INativeObject, IDisposable {
internal IntPtr handle;

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

@ -294,6 +294,10 @@ namespace CoreVideo {
[iOS (11,0), Mac (10,13), TV (11,0)]
[Field ("kCVImageBufferTransferFunction_ITU_R_2100_HLG")]
ItuR2100Hlg,
[iOS (12,0)][Mac (10,14)][TV (12,0)][Watch (5,0)]
[Field ("kCVImageBufferTransferFunction_Linear")]
Linear,
}
[Watch (4,0)]

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

@ -1 +0,0 @@
!missing-field! kCVImageBufferTransferFunction_Linear not bound

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

@ -1,31 +1,15 @@
!missing-field! kCVImageBufferTransferFunction_EBU_3213 not bound
!missing-field! kCVImageBufferTransferFunction_SMPTE_C not bound
!missing-field! kCVMetalTextureCacheMaximumTextureAgeKey not bound
## deprecated in favor of metal
!missing-field! kCVOpenGLBufferHeight not bound
!missing-field! kCVOpenGLBufferInternalFormat not bound
!missing-field! kCVOpenGLBufferMaximumMipmapLevel not bound
!missing-field! kCVOpenGLBufferPoolMaximumBufferAgeKey not bound
!missing-field! kCVOpenGLBufferPoolMinimumBufferCountKey not bound
!missing-field! kCVOpenGLBufferTarget not bound
!missing-field! kCVOpenGLBufferWidth not bound
!missing-field! kCVOpenGLBufferPoolMaximumBufferAgeKey not bound
!missing-field! kCVOpenGLBufferPoolMinimumBufferCountKey not bound
!missing-field! kCVOpenGLTextureCacheChromaSamplingModeAutomatic not bound
!missing-field! kCVOpenGLTextureCacheChromaSamplingModeBestPerformance not bound
!missing-field! kCVOpenGLTextureCacheChromaSamplingModeHighestQuality not bound
!missing-field! kCVOpenGLTextureCacheChromaSamplingModeKey not bound
!missing-field! kCVPixelBufferIOSurfaceOpenGLFBOCompatibilityKey not bound
!missing-field! kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey not bound
!missing-pinvoke! CVDisplayLinkCreateWithCGDisplay is not bound
!missing-pinvoke! CVDisplayLinkCreateWithCGDisplays is not bound
!missing-pinvoke! CVDisplayLinkCreateWithOpenGLDisplayMask is not bound
!missing-pinvoke! CVDisplayLinkGetTypeID is not bound
!missing-pinvoke! CVDisplayLinkSetOutputHandler is not bound
!missing-pinvoke! CVDisplayLinkTranslateTime is not bound
!missing-pinvoke! CVMetalTextureCacheCreate is not bound
!missing-pinvoke! CVMetalTextureCacheCreateTextureFromImage is not bound
!missing-pinvoke! CVMetalTextureCacheFlush is not bound
!missing-pinvoke! CVMetalTextureGetCleanTexCoords is not bound
!missing-pinvoke! CVMetalTextureGetTexture is not bound
!missing-pinvoke! CVMetalTextureIsFlipped is not bound
!missing-pinvoke! CVOpenGLBufferAttach is not bound
!missing-pinvoke! CVOpenGLBufferCreate is not bound
!missing-pinvoke! CVOpenGLBufferGetAttributes is not bound
@ -52,3 +36,23 @@
!missing-pinvoke! CVOpenGLTextureIsFlipped is not bound
!missing-pinvoke! CVOpenGLTextureRelease is not bound
!missing-pinvoke! CVOpenGLTextureRetain is not bound
## unsorted
!missing-field! kCVImageBufferTransferFunction_EBU_3213 not bound
!missing-field! kCVImageBufferTransferFunction_SMPTE_C not bound
!missing-field! kCVMetalTextureCacheMaximumTextureAgeKey not bound
!missing-field! kCVPixelBufferIOSurfaceOpenGLFBOCompatibilityKey not bound
!missing-field! kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey not bound
!missing-pinvoke! CVDisplayLinkCreateWithCGDisplay is not bound
!missing-pinvoke! CVDisplayLinkCreateWithCGDisplays is not bound
!missing-pinvoke! CVDisplayLinkCreateWithOpenGLDisplayMask is not bound
!missing-pinvoke! CVDisplayLinkGetTypeID is not bound
!missing-pinvoke! CVDisplayLinkSetOutputHandler is not bound
!missing-pinvoke! CVDisplayLinkTranslateTime is not bound
!missing-pinvoke! CVMetalTextureCacheCreate is not bound
!missing-pinvoke! CVMetalTextureCacheCreateTextureFromImage is not bound
!missing-pinvoke! CVMetalTextureCacheFlush is not bound
!missing-pinvoke! CVMetalTextureGetCleanTexCoords is not bound
!missing-pinvoke! CVMetalTextureGetTexture is not bound
!missing-pinvoke! CVMetalTextureIsFlipped is not bound

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

@ -1 +0,0 @@
!missing-field! kCVImageBufferTransferFunction_Linear not bound

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

@ -1 +0,0 @@
!missing-field! kCVImageBufferTransferFunction_Linear not bound

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

@ -1 +0,0 @@
!missing-field! kCVImageBufferTransferFunction_Linear not bound