Exemplo n.º 1
0
void ofReloadGLResources(){
	ofRegenerateAllTextures();
	ofRegenerateAllVbos();
	ofReloadAllImageTextures();
	ofReloadAllFontTextures();
}
Exemplo n.º 2
0
void ofReloadGLResources(){
	ofUpdateBitmapCharacterTexture();
	ofReloadAllImageTextures();
	ofReloadAllFontTextures();
	ofRegenerateAllVbos();
}