mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
acc933b7c3
This change is an experimental implementation to use Pixel Buffer Objects. This reduces calls of glTexSubImage2D. This works only on desktops. Unfortunately WebGL does not have this features. Mobiles can have PBO as of OpenGL ES 3. Updates #976 |
||
---|---|---|
.. | ||
gl | ||
bytes.go | ||
context_desktop.go | ||
context_js.go | ||
context_mobile.go | ||
context.go | ||
driver_mobile.go | ||
driver.go | ||
framebuffer.go | ||
image.go | ||
locationcache.go | ||
pbo_desktop.go | ||
pbo_notdesktop.go | ||
program.go | ||
shader.go | ||
types.go |