ebiten/internal/graphics
Hajime Hoshi f3cdb0537b graphics: Move the vertices backend to ebiten package
Now restorable/sharable packages cannot use the same vertices
backend, but I think this won't affect the performance
significantly.
2019-06-22 00:02:22 +09:00
..
compositemode.go Improve panic messages 2019-02-06 23:43:03 -10:00
copy_test.go Merge graphics and graphicsutil 2018-10-28 23:03:06 +09:00
copy.go Merge graphics and graphicsutil 2018-10-28 23:03:06 +09:00
filter.go graphics: Add Address representing a sampler address mode 2018-12-24 17:29:31 +09:00
math_test.go graphics: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment 2019-02-14 23:06:01 +09:00
math.go graphics: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment 2019-02-14 23:06:01 +09:00
mipmap_test.go Merge graphics and graphicsutil 2018-10-28 23:03:06 +09:00
mipmap.go Merge graphics and graphicsutil 2018-10-28 23:03:06 +09:00
vertices.go graphics: Move the vertices backend to ebiten package 2019-06-22 00:02:22 +09:00