In this tutorial I'll show you how to make a triangle in OpenGL using C++!
*Source Code and Exercises*
https://github.com/VictorGordan/opengl-tutorials
*OpenGL Documentation*
https://www.khronos.org/registry/OpenGL-Refpages/gl4/
*Discord Server*
https://discord.gg/NtPwH5BCfb
*Patreon*
https://www.patreon.com/victorgordan
*Timestamps*
00:00 Graphics Pipeline
02:31 Shaders Source Code
02:59 Vertices
04:29 Vertex and Fragment Shaders
06:20 Shader Program
07:11 Vertex Buffer Object
10:10 Vertex Array Object
12:32 Cleaning Up
13:09 Rendering Loop
14:13 Comments and Ending
*References*
https://learnopengl.com/
OpenGL Types : https://www.khronos.org/opengl/wiki/OpenGL_Type
#opengl #opengltutorial #computergraphics #cpp #visualstudio