Пример #1
0
 public bool GetCompileStatus()
 {
     return(GL.GetShaderParameter(ShaderObject, GL.GL_COMPILE_STATUS) == GL.GL_TRUE);
 }