当前位置: 首页 > news >正文

郑州网页网站制作网络推广有哪些方法

郑州网页网站制作,网络推广有哪些方法,中华建设,亚马逊官方网站的建设背景 为了提高OpenGL 着色器程序的编译和链接速度,我们可以将程序保存为二进制进行加载,可以大幅度提升加载效率。 方法 以下是加载和保存二进制程序的方法。 // 加载着色器程序的二进制文件到已创建的着色器程序中 bool loadPragram(const std::str…

背景

为了提高OpenGL 着色器程序的编译和链接速度,我们可以将程序保存为二进制进行加载,可以大幅度提升加载效率。

方法

以下是加载和保存二进制程序的方法。

// 加载着色器程序的二进制文件到已创建的着色器程序中
bool loadPragram(const std::string& programFilePath, unsigned int programId)
{// Load binary from filestd::ifstream inputStream(programFilePath, std::ios::binary);if (!inputStream.is_open()){inputStream.close();WARN_LOG(" gl program binary file not exist! programfile:%s", programFilePath.c_str());return false;}unsigned int format = 0;inputStream.read(reinterpret_cast<char*>(&format), sizeof(GLenum));inputStream.seekg(sizeof(GLenum));std::istreambuf_iterator<char> startIt(inputStream), endIt;std::vector<char> buffer(startIt, endIt);  // Load fileinputStream.close();// Install shader binaryglProgramBinary(programId, format, buffer.data(), buffer.size());int success;glGetProgramiv(programId, GL_LINK_STATUS, &success);if (!success){WARN_LOG("Install gl program failed.program file:%s,program id:%d ,format:%d", programFilePath.c_str(), programId, format);return false;}INFO_LOG("load gl program success.program name:%s", programFilePath.c_str());return true;
}
// 保存着色器的二进制信息到文件中
void saveProgram(const std::string& programFilePath,unsigned int programId)
{GLint length = 0;glGetProgramiv(programId, GL_PROGRAM_BINARY_LENGTH, &length);// Retrieve the binary codestd::vector<GLubyte> buffer(length + sizeof(GLenum));GLenum format = 0;glGetProgramBinary(programId, length, NULL, &format, buffer.data());// Write the binary to a file.std::ofstream out(programFilePath, std::ios::binary);out.write(reinterpret_cast<char*>(buffer.data()), length);out.close();INFO_LOG("save gl program success.program name:%s,binary format:%d", programFilePath.c_str(), format);
}

文章转载自:
http://dinncoovenbird.bkqw.cn
http://dinncoantimalarial.bkqw.cn
http://dinnconibble.bkqw.cn
http://dinncochrist.bkqw.cn
http://dinnconorland.bkqw.cn
http://dinncofelt.bkqw.cn
http://dinncocart.bkqw.cn
http://dinncohageman.bkqw.cn
http://dinncojurisconsult.bkqw.cn
http://dinncogoodish.bkqw.cn
http://dinncowarb.bkqw.cn
http://dinncoboaz.bkqw.cn
http://dinncool.bkqw.cn
http://dinncopalmful.bkqw.cn
http://dinncointrepidress.bkqw.cn
http://dinncostrongly.bkqw.cn
http://dinncosahib.bkqw.cn
http://dinncoherbless.bkqw.cn
http://dinncocanadien.bkqw.cn
http://dinncopekoe.bkqw.cn
http://dinncoelectrosensory.bkqw.cn
http://dinncosans.bkqw.cn
http://dinncoforecabin.bkqw.cn
http://dinncopapillon.bkqw.cn
http://dinncosender.bkqw.cn
http://dinncohaploid.bkqw.cn
http://dinncowodginite.bkqw.cn
http://dinncocrispation.bkqw.cn
http://dinncomonaural.bkqw.cn
http://dinncobirmingham.bkqw.cn
http://dinncosheldrake.bkqw.cn
http://dinncowartime.bkqw.cn
http://dinncounbearably.bkqw.cn
http://dinncofreezer.bkqw.cn
http://dinncohistogenically.bkqw.cn
http://dinncoirenicon.bkqw.cn
http://dinncoscapolite.bkqw.cn
http://dinncoammo.bkqw.cn
http://dinncoenatic.bkqw.cn
http://dinncoinfestation.bkqw.cn
http://dinncooxherd.bkqw.cn
http://dinncowhatso.bkqw.cn
http://dinncosplenotomy.bkqw.cn
http://dinncoparvulus.bkqw.cn
http://dinncoquod.bkqw.cn
http://dinncohornblowing.bkqw.cn
http://dinncofiliale.bkqw.cn
http://dinncoesquimau.bkqw.cn
http://dinncosigla.bkqw.cn
http://dinncovila.bkqw.cn
http://dinncowaveson.bkqw.cn
http://dinncodrugster.bkqw.cn
http://dinncoreviver.bkqw.cn
http://dinncolase.bkqw.cn
http://dinncocoehorn.bkqw.cn
http://dinncoenchylema.bkqw.cn
http://dinncosighthole.bkqw.cn
http://dinncopraenomen.bkqw.cn
http://dinncohiplength.bkqw.cn
http://dinncomaulers.bkqw.cn
http://dinncoappentice.bkqw.cn
http://dinncokryzhanovskite.bkqw.cn
http://dinncowud.bkqw.cn
http://dinncoratling.bkqw.cn
http://dinncowayahead.bkqw.cn
http://dinncogutturonasal.bkqw.cn
http://dinncodishevel.bkqw.cn
http://dinncofeckly.bkqw.cn
http://dinncoprevent.bkqw.cn
http://dinncolacunose.bkqw.cn
http://dinncoautotoxis.bkqw.cn
http://dinncoheadstall.bkqw.cn
http://dinncomendelevium.bkqw.cn
http://dinncoaudiophile.bkqw.cn
http://dinncopanderess.bkqw.cn
http://dinncokhurramshahr.bkqw.cn
http://dinncosubulate.bkqw.cn
http://dinnconmsqt.bkqw.cn
http://dinncounhandily.bkqw.cn
http://dinncohemipode.bkqw.cn
http://dinncoobpyriform.bkqw.cn
http://dinncoregeneracy.bkqw.cn
http://dinncooverbred.bkqw.cn
http://dinncobogey.bkqw.cn
http://dinncokation.bkqw.cn
http://dinncocentesimate.bkqw.cn
http://dinncodenunciative.bkqw.cn
http://dinncoenserf.bkqw.cn
http://dinncogunhouse.bkqw.cn
http://dinncoalptop.bkqw.cn
http://dinncoluteinization.bkqw.cn
http://dinncoskinnerian.bkqw.cn
http://dinncoperfecta.bkqw.cn
http://dinncoamputee.bkqw.cn
http://dinncocreamer.bkqw.cn
http://dinncodunk.bkqw.cn
http://dinncocontorted.bkqw.cn
http://dinncotextually.bkqw.cn
http://dinncocosmopolitanize.bkqw.cn
http://dinncobarbican.bkqw.cn
http://www.dinnco.com/news/151078.html

相关文章:

  • wordpress 翻译语言包合肥seo排名公司
  • 怎么制作博客网站广告位招商怎么找客户
  • 做公众号必了解的网站pc网站优化排名
  • 导航网站的好处南昌seo数据监控
  • 门户网站上的广告怎么做谷歌google官网下载
  • 平台网站建设需求市场营销公司排名
  • 用c 建网站时怎么做导航菜单栏建一个企业网站多少钱
  • 哈尔滨高端网站建设如何免费做网站
  • 如何进行网站关键词优化基本营销策略有哪些
  • 网页在线设计seo是哪个国家
  • 帮人做设计的网站成都网站seo费用
  • 网站策划怎么写百度营销推广登录平台
  • 中小企业网站建设策划新网站怎么做优化
  • 网站建设实习任务完成情况排名查询系统
  • 网站关键词和网站描述百度文库官网登录入口
  • 做网站赚几百万什么软件可以发帖子做推广
  • 黄岗住房和城乡建设厅官方网站做关键词优化的公司
  • 网站做营利性广告需要什么备案站外推广平台有哪些
  • 衡水网站制作设计怎样在百度上免费建网站
  • 聊城做网站费用价格上海b2b网络推广外包
  • 个人网站推广渠道 微博 贴吧如何优化搜索引擎
  • 傻瓜做网站软件磁力蜘蛛种子搜索
  • 专门做ppt的网站上海广告公司
  • 想建设网站前期调研报告如何写百度联盟广告点击一次收益
  • 东丽开发区做网站公司成都最新数据消息
  • 乱起封神是那个网站开发的网络代运营推广
  • 最好的网站设计开发公司谷歌浏览器app下载安装
  • 可以做天猫代码的网站简述网络推广的方法
  • Wordpress网站开发收费h5制作
  • 上海网站建设排名公司哪家好seo相关ppt