Пример #1
0
/* get extension library info */
void GLSExtensionImp::GetLibInfo (gls::GLS_EXTENSION_LIB_INFO *p_lib_info) {
    strcpy (p_lib_info->name, "img");
    p_lib_info->version = GLS_VERSION_MAKE_SHORT(GLS_IMG_LIB_VER_MAJ,GLS_IMG_LIB_VER_MIN);
}
Пример #2
0
HRESULT STDMETHODCALLTYPE GLSExtensionLib::get_version (short *pValue) {
	*pValue = GLS_VERSION_MAKE_SHORT(GLS_GLU_LIB_VER_MAJ,GLS_GLU_LIB_VER_MIN);
	return NOERROR;
}
Пример #3
0
/* get version number of the interface */
unsigned short GLSExtensionImp::GetInterfaceVersion () {
    return GLS_VERSION_MAKE_SHORT(0,1);
}