RMAG news

My notes on the OpenGL ES hello world triangle

Table of contents What is this blog post? What is open gl es? What is a vertex? What is a vertex shader? What is a fragment? What is a fragment shader? Shader and Program objects Resources What is a vertex shader Intro to shaders Graphics pipeline What is a fragment Fragment shaders My app on…