Declaration | |
---|---|
From | void EAGLGetVersion(unsigned int *major, unsigned int *minor) |
To | void EAGLGetVersion(unsigned int * _Nonnull major, unsigned int * _Nonnull minor) |
Declaration | |
---|---|
From | @property (nonatomic, copy) NSString *debugLabel |
To | @property (nonatomic, copy, nullable) NSString *debugLabel |
Declaration | |
---|---|
From | - (instancetype)initWithAPI:(EAGLRenderingAPI)api |
To | - (nullable instancetype)initWithAPI:(EAGLRenderingAPI)api |
Declaration | |
---|---|
From | - (instancetype)initWithAPI:(EAGLRenderingAPI)api sharegroup:(EAGLSharegroup *)sharegroup |
To | - (nullable instancetype)initWithAPI:(EAGLRenderingAPI)api sharegroup:(nonnull EAGLSharegroup *)sharegroup |
Declaration | |
---|---|
From | + (BOOL)setCurrentContext:(EAGLContext *)context |
To | + (BOOL)setCurrentContext:(nullable EAGLContext *)context |
Declaration | |
---|---|
From | + (EAGLContext *)currentContext |
To | + (nullable EAGLContext *)currentContext |
Declaration | |
---|---|
From | @property (readonly) EAGLSharegroup *sharegroup |
To | @property (readonly, nonnull) EAGLSharegroup *sharegroup |
Declaration | |
---|---|
From | @property (nonatomic, copy) NSString *debugLabel |
To | @property (nonatomic, copy, nullable) NSString *debugLabel |
Declaration | |
---|---|
From | NSString *const kEAGLDrawablePropertyRetainedBacking |
To | NSString *const _Nonnull kEAGLDrawablePropertyRetainedBacking |
Declaration | |
---|---|
From | NSString *const kEAGLDrawablePropertyColorFormat |
To | NSString *const _Nonnull kEAGLDrawablePropertyColorFormat |
Declaration | |
---|---|
From | NSString *const kEAGLColorFormatRGBA8 |
To | NSString *const _Nonnull kEAGLColorFormatRGBA8 |
Declaration | |
---|---|
From | NSString *const kEAGLColorFormatRGB565 |
To | NSString *const _Nonnull kEAGLColorFormatRGB565 |
Declaration | |
---|---|
From | NSString *const kEAGLColorFormatSRGBA8 |
To | NSString *const _Nonnull kEAGLColorFormatSRGBA8 |
Declaration | |
---|---|
From | @property (copy) NSDictionary *drawableProperties |
To | @property (copy, nullable) NSDictionary<NSString *,id> *drawableProperties |
Declaration | |
---|---|
From | - (BOOL)renderbufferStorage:(NSUInteger)target fromDrawable:(id<EAGLDrawable>)drawable |
To | - (BOOL)renderbufferStorage:(NSUInteger)target fromDrawable:(nullable id<EAGLDrawable>)drawable |