コード例 #1
0
ファイル: ofGLUtils.cpp プロジェクト: 4ker/openFrameworks
void ofReloadGLResources(){
	ofRegenerateAllTextures();
	ofRegenerateAllVbos();
	ofReloadAllImageTextures();
	ofReloadAllFontTextures();
}
コード例 #2
0
ファイル: ofGLUtils.cpp プロジェクト: FeiYuZhang/Homework
void ofReloadGLResources(){
	ofUpdateBitmapCharacterTexture();
	ofReloadAllImageTextures();
	ofReloadAllFontTextures();
	ofRegenerateAllVbos();
}