| 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 |
| Declaration | |
|---|---|
| From | - (struct _CGLPBufferObject *)CGLPBufferObj |
| To | @property (readonly) CGLPBufferObj CGLPBufferObj |
| Declaration | |
|---|---|
| From | - (GLsizei)pixelsWide |
| To | @property (readonly) GLsizei pixelsWide |
| Declaration | |
|---|---|
| From | - (GLsizei)pixelsHigh |
| To | @property (readonly) GLsizei pixelsHigh |
| Declaration | |
|---|---|
| From | - (GLenum)textureTarget |
| To | @property (readonly) GLenum textureTarget |
| Declaration | |
|---|---|
| From | - (GLenum)textureInternalFormat |
| To | @property (readonly) GLenum textureInternalFormat |
| 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 |