Exemple #1
0
 public int GetAttribLocation(string attribName)
 {
     return(GL.GetAttribLocation(_handle, attribName));
 }