GLKit Changes
GLKit
GLKTextureLoader.h
Declaration | |
---|---|
From | - (id)initWithSharegroup:(EAGLSharegroup *)sharegroup |
To | - (instancetype)initWithSharegroup:(EAGLSharegroup *)sharegroup |
Introduction | |
---|---|
From | iOS 7.0 |
To | iOS 5.0 |
GLKView.h
Removed -[GLKView snapshot]
Added GLKView.snapshot
Modified -[GLKView initWithFrame:context:]
Declaration | |
---|---|
From | - (id)initWithFrame:(CGRect)frame context:(EAGLContext *)context |
To | - (instancetype)initWithFrame:(CGRect)frame context:(EAGLContext *)context |
Modified GLKViewDrawableColorFormatSRGBA8888
Introduction | |
---|---|
From | iOS 7.0 |
To | iOS 5.0 |
GLKViewController.h