Merge branch 'master' of https://gitea.grillkol.net/grillkol/voxel
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Voxel.Graphics
|
|||||||
Console.WriteLine(infoLog);
|
Console.WriteLine(infoLog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GL.CompileShader(fragmentShader);
|
||||||
GL.GetShader(fragmentShader, ShaderParameter.CompileStatus, out success);
|
GL.GetShader(fragmentShader, ShaderParameter.CompileStatus, out success);
|
||||||
if (success == 0)
|
if (success == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user