Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96f615f

Browse files
committed
update
1 parent de6faba commit 96f615f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Android学习之路.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313

314314
## 图形处理库
315315

316-
## OpenGL
316+
### OpenGL
317317

318318
* OpenGL: <https://www.opengl.org/>
319319
* OpenGL Wiki: <http://khronos.org/opengl/wiki>
@@ -330,27 +330,31 @@
330330
* OpenGL入门: <https://juejin.im/post/5dee8814e51d4557e87fc6be>
331331
* OpenGL学习脚印: <https://blog.csdn.net/ziyuanxiazai123/category_2107037.html>
332332
* OpenGL ES: <https://blog.csdn.net/gongxiaoou/category_8847081.html>
333+
* 20分钟让你了解OpenGL——OpenGL全流程详细解读: <https://zhuanlan.zhihu.com/p/56693625>
333334

334-
* 为什么opengl中,gl_Position是vec4类型的?不是应该是vec3吗,多出来的那个是什么呀: <https://zhidao.baidu.com/question/1817876033322344268.html>
335+
* OpenGL ES 2.0 specifiying position attribute vec3 or vec4: <https://stackoverflow.com/questions/8551935/opengl-es-2-0-specifiying-position-attribute-vec3-or-vec4>
336+
* Why not vec3 for OpenGL ES 2.0 gl_Position? <https://stackoverflow.com/questions/9943636/why-not-vec3-for-opengl-es-2-0-gl-position>
335337
* Is OpenGL coordinate system left-handed or right-handed? <https://stackoverflow.com/questions/4124041/is-opengl-coordinate-system-left-handed-or-right-handed/12336360#12336360>
336338
* How vertex and fragment shaders communicate in OpenGL? <https://stackoverflow.com/questions/28333019/how-vertex-and-fragment-shaders-communicate-in-opengl>
337339
* How does the fragment shader know what variable to use for the color of a pixel? <https://stackoverflow.com/questions/9222217/how-does-the-fragment-shader-know-what-variable-to-use-for-the-color-of-a-pixel>
338340
* Non power of two textures in iOS <https://stackoverflow.com/questions/11069441/non-power-of-two-textures-in-ios>
339-
* difference of freeglut vs glew? <https://stackoverflow.com/questions/15613978/difference-of-freeglut-vs-glew>
340341

341342
### 其他图形处理库
342343

344+
* GLFW: <https://www.glfw.org/>
345+
* freeglut: <http://freeglut.sourceforge.net/>
346+
* difference of freeglut vs glew? <https://stackoverflow.com/questions/15613978/difference-of-freeglut-vs-glew>
347+
348+
* Rajawali: <https://github.com/Rajawali/Rajawali>
349+
* Basic Rajawali3D Tutorial for Android: <http://www.clintonmedbery.com/basic-rajawali3d-tutorial-for-android/>
350+
343351
* 计算机图形程序接口 | Graphics API: <https://www.jianshu.com/p/3ab72184a906>
344352

345353
* Vulkan: <https://www.khronos.org/vulkan/>
346354
* Vulkan Graphics API: <https://developer.android.google.cn/ndk/guides/graphics>
347-
* Vulkan 设置: <https://developer.android.google.cn/ndk/guides/graphics/getting-started>
348355

349356
* ANGLE: <https://github.com/google/angle>
350357

351-
* Rajawali: <https://github.com/Rajawali/Rajawali>
352-
* Basic Rajawali3D Tutorial for Android: <http://www.clintonmedbery.com/basic-rajawali3d-tutorial-for-android/>
353-
354358
## Jack
355359

356360
* Android 新一代编译 toolchain Jack & Jill 简介: <https://yq.aliyun.com/articles/40811>

0 commit comments

Comments
 (0)