ebiten/internal/graphicsdriver/opengl
Hajime Hoshi 98083ccd0a internal/graphicsdriver/opengl: Avoid heap allocation of a local variable
If a variable is passed to an argument interface{}, the variable might be
allocated on the heap unexpectedly.
2021-10-31 01:11:12 +09:00
..
gl internal/graphicsdriver/opengl/gl: Support OpenBSD 2021-10-24 15:09:16 +09:00
gles internal/graphicsdriver/opengl: Add APIs for stencil buffers 2021-07-05 00:24:44 +09:00
bytes.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
context_desktop.go Clean up build tags 2021-10-24 15:05:36 +09:00
context_js.go internal/jsutil: Optimization: Avoid using empty interface{} conversions 2021-10-30 18:53:21 +09:00
context_mobile.go internal/graphicsdriver/opengl: Bug fix: A location cache map must be reset when a program is deleted 2021-08-15 04:54:20 +09:00
context_notwebgl1.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
context_webgl1.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
context.go ebiten: Add EvenOdd to DrawTrianglesOptions and DrawShaderTrianglesOptions 2021-07-05 03:35:55 +09:00
defaultshader.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
framebuffer.go graphicsdriver/opengl: Rename Driver -> Graphics 2020-04-04 17:23:38 +09:00
gl_js.go internal/graphicsdriver: Bug fix: getting a WebGL2 context might fail even though WebGL2RenderingContext exists 2021-08-01 22:00:47 +09:00
graphics_mobile.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
graphics.go internal/driver: Optimization: Replace interface{} with driver.Uniform 2021-10-30 02:58:28 +09:00
image.go internal/graphicsdriver/opengl: Remove unused code using PBO 2021-07-14 21:51:27 +09:00
locationcache.go internal/graphicsdriver/opengl: Bug fix: A location cache map must be reset when a program is deleted 2021-08-15 04:54:20 +09:00
program.go internal/graphicsdriver/opengl: Avoid heap allocation of a local variable 2021-10-31 01:11:12 +09:00
shader_desktop.go internal/graphicsdriver: Bug fix: getting a WebGL2 context might fail even though WebGL2RenderingContext exists 2021-08-01 22:00:47 +09:00
shader_js.go internal/graphicsdriver: Bug fix: getting a WebGL2 context might fail even though WebGL2RenderingContext exists 2021-08-01 22:00:47 +09:00
shader_mobile.go internal/graphicsdriver: Bug fix: getting a WebGL2 context might fail even though WebGL2RenderingContext exists 2021-08-01 22:00:47 +09:00
shader.go internal/graphicsdriver: Bug fix: getting a WebGL2 context might fail even though WebGL2RenderingContext exists 2021-08-01 22:00:47 +09:00