public static int CreateShaderObject(ShaderObjectType shaderType)
 {
     return(Delegates.CreateShaderObjectARB(shaderType));
 }