montoyo / mcef

Minecraft ChromiumEF (based on JCEF)
Other
193 stars 86 forks source link

Try PBOs for better performances #40

Open montoyo opened 5 years ago

montoyo commented 5 years ago

Right now the rendered web browser image is transfered to an OpenGL texture through glTexImage2D... I should try Pixel Buffer Objects (PBOs) for better performances.