ebiten/internal/graphics
Hajime Hoshi fd250c8d8c graphics: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment
There is a minimum internal image size on some system like old iOS
devices. This change adds adjustment of the size.

Issue: #810
2019-02-14 23:06:01 +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: Rename NextPowerOf2Int -> InternalImageSize and add image size adjustment 2019-02-14 23:06:01 +09:00