shareable: Add comments about highp

Updates #879
This commit is contained in:
Hajime Hoshi 2019-06-22 17:40:47 +09:00
parent 9bff33472a
commit 5d4f150094

View File

@ -56,6 +56,9 @@ func MakeImagesSharedForTesting() {
makeImagesShared()
}
// TODO: These values should be 512/512 on some machines that don't have highp (#879).
// In this case, Ebiten needs to care the number of drawing commands since small shareable images would increase the
// number.
const (
initSize = 1024
maxSize = 4096