Bind.Utilities.IsGL2Extension C# (CSharp) Méthode

IsGL2Extension() private static méthode

private static IsGL2Extension ( string function ) : bool
function string
Résultat bool
        private static bool IsGL2Extension(string function)
        {
            return !String.IsNullOrEmpty(GetGL2Extension(function));
        }