function AtLeast(AMajor, AMinor: Integer): boolean;
Description
Fields
Major: Integer;
Required (every OpenGL implemenetation has them) major and minor numbers.
Minor: Integer;
ReleaseExists: boolean;
Release is the optional release number (check ReleaseExists first).
Release: Integer;
VendorInfo: string;
VendorInfo is whatever vendor-specific information was placed inside VersionString, after the major_number.minor_number.release_number. It never has any whitespace at the beginning (we trim it when initializing).
Methods
constructor Create(const VersionString: string);
function AtLeast(AMajor, AMinor: Integer): boolean;