GLKit Changes
GLKit
GLKBaseEffect.h
Added GLKBaseEffect
Added GLKBaseEffect.fog
Added GLKBaseEffect.label
Added GLKBaseEffect.light0
Added GLKBaseEffect.light1
Added GLKBaseEffect.light2
Added GLKBaseEffect.material
Added GLKBaseEffect.texture2d0
Added GLKBaseEffect.texture2d1
Added GLKBaseEffect.transform
GLKEffectProperty.h
Added GLKEffectProperty
Added GLKEffectPropertyPrvPtr
GLKEffectPropertyFog.h
Added GLKEffectPropertyFog
Added GLKEffectPropertyFog.end
Added GLKFogMode
Added GLKFogModeExp
Added GLKFogModeExp2
Added GLKFogModeLinear
Added NS_ENUM() (no architecture available)
Added NS_ENUM_AVAILABLE() (no architecture available)
GLKEffectPropertyLight.h
Added GLKEffectPropertyLight
Added GLKLightingType
Added GLKLightingTypePerPixel
Added GLKLightingTypePerVertex
GLKEffectPropertyMaterial.h
GLKEffectPropertyTexture.h
Added GLKEffectPropertyTexture
Added GLKTextureEnvMode
Added GLKTextureEnvModeDecal
Added GLKTextureEnvModeReplace
Added GLKTextureTarget
Added GLKTextureTarget2D
Added GLKTextureTargetCt
Added GLKTextureTargetCubeMap
GLKEffectPropertyTransform.h
GLKEffects.h
Added GLKVertexAttrib
Added GLKVertexAttribColor
Added GLKVertexAttribNormal
Added GLKVertexAttribPosition
Added GLKVertexAttribTexCoord0
Added GLKVertexAttribTexCoord1
GLKMathTypes.h
Added GLKMatrix2
Added GLKMatrix3
Added GLKMatrix4
Added GLKQuaternion
Added GLKVector2
Added GLKVector3
Added GLKVector4
Added #def GLK_SSE3_INTRINSICS
GLKMathUtils.h
Added GLKMathProject()
Added GLKMathUnproject()
Added NSStringFromGLKMatrix2()
Added NSStringFromGLKMatrix3()
Added NSStringFromGLKMatrix4()
Added NSStringFromGLKVector2()
Added NSStringFromGLKVector3()
Added NSStringFromGLKVector4()
GLKMatrix3.h
Added GLKMatrix3Add()
Added GLKMatrix3GetColumn()
Added GLKMatrix3GetMatrix2()
Added GLKMatrix3GetRow()
Added GLKMatrix3Identity
Added GLKMatrix3Invert()
Added GLKMatrix3Make()
Added GLKMatrix3MakeRotation()
Added GLKMatrix3MakeScale()
Added GLKMatrix3MakeWithRows()
Added GLKMatrix3Multiply()
Added GLKMatrix3Rotate()
Added GLKMatrix3RotateX()
Added GLKMatrix3RotateY()
Added GLKMatrix3RotateZ()
Added GLKMatrix3Scale()
Added GLKMatrix3SetColumn()
Added GLKMatrix3SetRow()
Added GLKMatrix3Subtract()
Added GLKMatrix3Transpose()
GLKMatrix4.h
Added GLKMatrix4Add()
Added GLKMatrix4GetColumn()
Added GLKMatrix4GetMatrix2()
Added GLKMatrix4GetMatrix3()
Added GLKMatrix4GetRow()
Added GLKMatrix4Identity
Added GLKMatrix4Invert()
Added GLKMatrix4Make()
Added GLKMatrix4MakeFrustum()
Added GLKMatrix4MakeLookAt()
Added GLKMatrix4MakeOrtho()
Added GLKMatrix4MakeRotation()
Added GLKMatrix4MakeScale()
Added GLKMatrix4MakeWithRows()
Added GLKMatrix4Multiply()
Added GLKMatrix4Rotate()
Added GLKMatrix4RotateX()
Added GLKMatrix4RotateY()
Added GLKMatrix4RotateZ()
Added GLKMatrix4Scale()
Added GLKMatrix4SetColumn()
Added GLKMatrix4SetRow()
Added GLKMatrix4Subtract()
Added GLKMatrix4Translate()
Added GLKMatrix4Transpose()
GLKMatrixStack.h
Added GLKMatrixStackCreate()
Added GLKMatrixStackPop()
Added GLKMatrixStackPush()
Added GLKMatrixStackRef
Added GLKMatrixStackRotate()
Added GLKMatrixStackRotateX()
Added GLKMatrixStackRotateY()
Added GLKMatrixStackRotateZ()
Added GLKMatrixStackScale()
Added GLKMatrixStackSize()
GLKNamedEffect.h
Added GLKNamedEffect
GLKQuaternion.h
Added GLKQuaternionAdd()
Added GLKQuaternionAngle()
Added GLKQuaternionAxis()
Added GLKQuaternionConjugate()
Added GLKQuaternionIdentity
Added GLKQuaternionInvert()
Added GLKQuaternionLength()
Added GLKQuaternionMake()
Added GLKQuaternionMultiply()
Added GLKQuaternionNormalize()
Added GLKQuaternionSlerp()
Added GLKQuaternionSubtract()
GLKReflectionMapEffect.h
GLKSkyboxEffect.h
Added GLKSkyboxEffect
Added GLKSkyboxEffect.center
Added -[GLKSkyboxEffect draw]
Added GLKSkyboxEffect.label
Added GLKSkyboxEffect.xSize
Added GLKSkyboxEffect.ySize
Added GLKSkyboxEffect.zSize
GLKTextureLoader.h
Added GLKTextureInfo
Added GLKTextureInfo.height
Added GLKTextureInfo.name
Added GLKTextureInfo.target
Added GLKTextureInfo.width
Added GLKTextureLoader
Added GLKTextureInfoAlphaState
Added GLKTextureInfoOrigin
Added GLKTextureLoaderCallback
Added GLKTextureLoaderError
Added GLKTextureLoaderErrorKey
GLKVector2.h
Added GLKVector2Add()
Added GLKVector2AddScalar()
Added GLKVector2Distance()
Added GLKVector2Divide()
Added GLKVector2DivideScalar()
Added GLKVector2DotProduct()
Added GLKVector2Length()
Added GLKVector2Lerp()
Added GLKVector2Make()
Added GLKVector2Maximum()
Added GLKVector2Minimum()
Added GLKVector2Multiply()
Added GLKVector2Negate()
Added GLKVector2Normalize()
Added GLKVector2Project()
Added GLKVector2Subtract()
GLKVector3.h
Added GLKVector3Add()
Added GLKVector3AddScalar()
Added GLKVector3CrossProduct()
Added GLKVector3Distance()
Added GLKVector3Divide()
Added GLKVector3DivideScalar()
Added GLKVector3DotProduct()
Added GLKVector3Length()
Added GLKVector3Lerp()
Added GLKVector3Make()
Added GLKVector3Maximum()
Added GLKVector3Minimum()
Added GLKVector3Multiply()
Added GLKVector3Negate()
Added GLKVector3Normalize()
Added GLKVector3Project()
Added GLKVector3Subtract()
GLKVector4.h
Added GLKVector4Add()
Added GLKVector4AddScalar()
Added GLKVector4CrossProduct()
Added GLKVector4Distance()
Added GLKVector4Divide()
Added GLKVector4DivideScalar()
Added GLKVector4DotProduct()
Added GLKVector4Length()
Added GLKVector4Lerp()
Added GLKVector4Make()
Added GLKVector4Maximum()
Added GLKVector4Minimum()
Added GLKVector4Multiply()
Added GLKVector4Negate()
Added GLKVector4Normalize()
Added GLKVector4Project()
Added GLKVector4Subtract()
GLKitBase.h
Added #def GLK_EXTERN
Added #def GLK_INLINE