Hi, I'm using the tutorial code to build my app, but I noticed something odd in the graphics API:
|
surfaceCI.window = reinterpret_cast<ANativeWindow *>(m_CI.pWindow); |
It seems that m_CI isn't defined, yet no errors have occurred.
Could you give some explanation about this code? Thanks in advance.