Function egli::query_version
[−]
[src]
pub fn query_version() -> Result<&'static str>
[EGL 1.5]
Get supported EGL client version.
Returns a version or release number. The EGL_VERSION string is laid out as follows:
major_version.minor_version space vendor_specific_info
Both the major and minor portions of the version number are numeric.
Their values must match the major and minor values returned by Display::initialize
.