ebiten/internal/restorable
Hajime Hoshi 06f4142ca0 internal/driver: Optimization: Replace interface{} with driver.Uniform
Converting a value from/to interface{} can create a value in heap
and this is not efficient.
2021-10-30 02:58:28 +09:00
..
const_gles.go internal/restorable: Remove needsDisposingWhenRestoring 2021-10-23 23:46:29 +09:00
const_js.go internal/restorable: Remove needsDisposingWhenRestoring 2021-10-23 23:46:29 +09:00
const_others.go internal/restorable: Remove needsDisposingWhenRestoring 2021-10-23 23:46:29 +09:00
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go internal/driver: Optimization: Replace interface{} with driver.Uniform 2021-10-30 02:58:28 +09:00
images_test.go Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
images.go internal/restorable: Remove needsDisposingWhenRestoring 2021-10-23 23:46:29 +09:00
rect.go restorable: Replace a potentially dangerous pointer usage 2020-12-20 13:28:17 +09:00
shader_test.go Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
shader.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00