diff --git a/Graphics/Shader.cs b/Graphics/Shader.cs index c1023f2..a90b3d5 100644 --- a/Graphics/Shader.cs +++ b/Graphics/Shader.cs @@ -27,6 +27,7 @@ namespace Voxel.Graphics Console.WriteLine(infoLog); } + GL.CompileShader(fragmentShader); GL.GetShader(fragmentShader, ShaderParameter.CompileStatus, out success); if (success == 0) {