mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
9bff33472a
commit
5d4f150094
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user