Back to Browse

OpenGL Tutorial 5 - Shaders

68.2K views
Dec 25, 2020
8:08

In this tutorial I'll teach you the basics of Shaders in OpenGL and play around with them for a bit. *Source Code and Exercises* https://github.com/VictorGordan/opengl-tutorials *GLSL Data Types* https://www.khronos.org/opengl/wiki/Data_Type_(GLSL) *OpenGL Documentation* https://www.khronos.org/registry/OpenGL-Refpages/gl4/ *Discord Server* https://discord.gg/NtPwH5BCfb *Patreon* https://www.patreon.com/victorgordan *Timestamps* 0:00 Introduction 0:10 Shaders Properties 0:23 Vertex Shader 1:27 Fragment Shader 1:43 Adding Colors 2:49 Modifying the VAO class 3:20 Vertex Attribute Pointer Explanation 4:35 linkAttrib Code 4:45 Interpolation 5:16 Uniforms 7:34 Error Checking Shaders 7:55 Comments *References* https://learnopengl.com/Getting-started/Shaders https://www.khronos.org/opengl/wiki/Shader_Compilation #opengl #opengltutorial #computergraphics #cpp #visualstudio

Download

1 formats

Video Formats

360pmp411.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

OpenGL Tutorial 5 - Shaders | NatokHD