Skip to main content

CCConfiguration

CCConfiguration

Cocos2D

Inheritance: System.Object

Fields

m_bInited(System.Boolean)
m_bSupportsBGRA8888(System.Boolean)
m_bSupportsDiscardFramebuffer(System.Boolean)
m_bSupportsNPOT(System.Boolean)
m_bSupportsPVRTC(System.Boolean)
m_nMaxModelviewStackDepth(System.Int32)
m_nMaxSamplesAllowed(System.Int32)
m_nMaxTextureSize(System.Int32)
m_pGlExtensions(System.String)
m_uOSVersion(System.UInt32)

Properties

DisplayStats(System.Boolean)
IsSupportsBGRA8888(System.Boolean)
IsSupportsDiscardFramebuffer(System.Boolean)
IsSupportsNPOT(System.Boolean)
IsSupportsPVRTC(System.Boolean)
MaxModelviewStackDepth(System.Int32)
MaxTextureSize(System.Int32)
OSVersion(System.String)
SharedConfiguration(Cocos2D.CCConfiguration)
UseGraphPriority(System.Boolean)

Methods

CheckForGLExtension(string)

System.Boolean CheckForGLExtension(string)(System.String searchName)
Parameters:
searchName (System.String)
Returns:
System.Boolean

Init()

System.Boolean Init()()
Returns:
System.Boolean

getGlesVersion()

Cocos2D.CCGlesVersion getGlesVersion()()
Returns:
Cocos2D.CCGlesVersion