Struct rcocos2d_sys::cocos2d_CCConfiguration [−][src]
#[repr(C)]pub struct cocos2d_CCConfiguration { pub _base: cocos2d_CCObject, pub m_nMaxTextureSize: GLint, pub m_nMaxModelviewStackDepth: GLint, pub m_bSupportsPVRTC: bool, pub m_bSupportsNPOT: bool, pub m_bSupportsBGRA8888: bool, pub m_bSupportsDiscardFramebuffer: bool, pub m_bSupportsShareableVAO: bool, pub m_nMaxSamplesAllowed: GLint, pub m_nMaxTextureUnits: GLint, pub m_pGlExtensions: *mut c_char, pub m_pValueDict: *mut cocos2d_CCDictionary, }
Expand description
@addtogroup global @{ @brief CCConfiguration contains some openGL variables @since v0.99.0
Fields
_base: cocos2d_CCObject
m_nMaxTextureSize: GLint
m_nMaxModelviewStackDepth: GLint
m_bSupportsPVRTC: bool
m_bSupportsNPOT: bool
m_bSupportsBGRA8888: bool
m_bSupportsDiscardFramebuffer: bool
m_nMaxSamplesAllowed: GLint
m_nMaxTextureUnits: GLint
m_pGlExtensions: *mut c_char
m_pValueDict: *mut cocos2d_CCDictionary