AppKit macOS 10.15.1 Beta 1 to Beta 2 API Differences

NSOpenGL.h
Declaration
From- (NSOpenGLPixelFormat *)initWithCGLPixelFormatObj:(struct _CGLPixelFormatObject *)format
To- (NSOpenGLPixelFormat *)initWithCGLPixelFormatObj:(CGLPixelFormatObj)format

Declaration
From@property (readonly) struct _CGLPixelFormatObject *CGLPixelFormatObj
To@property (readonly) CGLPixelFormatObj CGLPixelFormatObj

Declaration
From- (NSOpenGLPixelBuffer *)initWithCGLPBufferObj:(struct _CGLPBufferObject *)pbuffer
To- (NSOpenGLPixelBuffer *)initWithCGLPBufferObj:(CGLPBufferObj)pbuffer

Modified -[NSOpenGLPixelBuffer CGLPBufferObj]
Declaration
From- (struct _CGLPBufferObject *)CGLPBufferObj
To@property (readonly) CGLPBufferObj CGLPBufferObj

Modified -[NSOpenGLPixelBuffer pixelsWide]
Declaration
From- (GLsizei)pixelsWide
To@property (readonly) GLsizei pixelsWide

Modified -[NSOpenGLPixelBuffer pixelsHigh]
Declaration
From- (GLsizei)pixelsHigh
To@property (readonly) GLsizei pixelsHigh

Modified -[NSOpenGLPixelBuffer textureTarget]
Declaration
From- (GLenum)textureTarget
To@property (readonly) GLenum textureTarget

Modified -[NSOpenGLPixelBuffer textureInternalFormat]
Declaration
From- (GLenum)textureInternalFormat
To@property (readonly) GLenum textureInternalFormat

Modified -[NSOpenGLPixelBuffer textureMaxMipMapLevel]
Declaration
From- (GLint)textureMaxMipMapLevel
To@property (readonly) GLint textureMaxMipMapLevel

Declaration
From- (NSOpenGLContext *)initWithCGLContextObj:(struct _CGLContextObject *)context
To- (NSOpenGLContext *)initWithCGLContextObj:(CGLContextObj)context

Declaration
From@property (readonly) struct _CGLContextObject *CGLContextObj
To@property (readonly) CGLContextObj CGLContextObj