doggycoder / AndroidOpenGLDemo

Android OpenGL ES从零开始的Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL 如何设置绘制的窗体背景透明

yjbGitHub opened this issue · comments

commented

你好,想问下,OpenGL 如何设置绘制的窗体背景透明, GLES30.glClearColor(0.0f, 1.0f, 1.0f, 1f); 这里的alpha怎么不管用。