摘要: 【问】 I'm trying to make an NDK based OpenGL application. At some point in my code, I want to check the OpenGL version available on the device. I'm using the following code : const char *version =... 阅读全文
posted @ 2017-08-16 20:17 今夜太冷 阅读(695) 评论(0) 推荐(0)
摘要: 如何获取当前应用程序所用的OpenGL ES的版本? 【答案】 char* glVersion = (char*)glGetString(GL_VERSION); LOGW("GL Version: %s", glVersion); 阅读全文
posted @ 2017-08-16 20:16 今夜太冷 阅读(1449) 评论(0) 推荐(0)
摘要: Although SQL Server's Full-Text search is good for searching text that is within a database, there are better ways of implementing search if the text is less-well structured, or comes from a wide vari... 阅读全文
posted @ 2017-08-16 16:52 今夜太冷 阅读(284) 评论(0) 推荐(0)