opengl round rectangle

1-21 826 views

fragment shader #version 330 core uniform vec3 iResolution; // viewport resolution (in pixels) uniform float iTime; ...
阅读全文 0

OpenGL ES

6-09 1,336 views

void egl_demo() { EGLDisplay display = eglGetDisplay (EGL_DEFAULT_DISPLAY); eglInitialize(display , 0, 0); EGLConfig config; eglChoo...
阅读全文 4