OpenGl是一个跨平台的3D图形API标准,OpenGL ES是其适用于便携或嵌入式设备的版本。本文介绍OpenGL ES 2.0的渲染管线。
第二个选项
几天前,我做出了选择,这会是人生的一个转折,即将开启新的职业生涯,改变了人生前进的方向。这一阵子匆匆忙忙,总是以为流程办理会漫长,真正拿到离职证明,却又感到这一刻来临之快。
无论人生从此走向辉煌,还是走向暂时的低谷,这是我坚持的选择。
Markdown Cheatsheet
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment