July 2015
Intermediate to advanced
912 pages
25h 5m
English
What You’ll Learn in This Chapter
• How to create and compile shader code.
• How to draw with OpenGL.
• How to use the book’s application framework to initialize your programs and clean up after yourself.
In this chapter, we introduce the simple application framework that is used for almost all of the samples in this book. This shows you how to create the main window with the book’s application framework and how to render simple graphics into it. You’ll also see what a very simple GLSL shader looks like, how to compile it, and how to use it to render simple points. The chapter concludes with your very first OpenGL triangle.
To introduce the application framework that’ll be used ...
Read now
Unlock full access