Ejemplo n.º 1
0
 public static void ShaderSource(uint shader, string shaderSource)
 {
     GLCore.ShaderSource(shader, 1, new string[] { shaderSource }, new int[] { shaderSource.Length });
 }