Rename all occurences of 'Lamp' in Lighting chapter to 'LightCube' (VAO and Shaders).

This commit is contained in:
Joey de Vries
2020-05-19 17:43:15 +02:00
parent 0a65422760
commit f9cae3f84f
39 changed files with 130 additions and 130 deletions

View File

@@ -0,0 +1,7 @@
#version 330 core
out vec4 FragColor;
void main()
{
FragColor = vec4(1.0); // set alle 4 vector values to 1.0
}