2
我想用在ARM平臺上openGLES運行一個非常簡單的應用程序,我得到了這個問題:無法初始化EGL顯示:上運行在ARM平臺上的示例應用程序「壞頁頭(0x3003)」
QEgl::display(): Cannot initialize EGL display: "Bad alloc (0x3003)"
QEglContext::chooseConfig(): Could not find a suitable EGL configuration
Requested: "type=es2 rgba=0,0,0,0 surface-type=window"
Available:
Segmentation fault (core dumped)
任何想法如何解決這個問題?
我使用QT-4.8.0
請求更現實的東西,如8,8,8,8? –
你是什麼意思? – olidev
也許他的意思是'rgba = 0,0,0,0' – sashoalm