ebiten/internal/graphicsdriver
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
..
metal internal/driver: Optimization: Replace interface{} with driver.Uniform 2021-10-30 02:58:28 +09:00
opengl internal/graphicsdriver/opengl: Avoid heap allocation of a local variable 2021-10-31 01:11:12 +09:00