mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphcis: Fix comments
This commit is contained in:
parent
c581219bb5
commit
24dcaf7f28
3
image.go
3
image.go
@ -166,6 +166,9 @@ func (i *Image) isDisposed() bool {
|
||||
//
|
||||
// * All render targets are same (A in A.DrawImage(B, op))
|
||||
// * All render sources are same (B in A.DrawImage(B, op))
|
||||
// * This is not a strong request since different images might share a same inner
|
||||
// OpenGL texture in high possibility. This is not 100%, so using the same render
|
||||
// source is safer.
|
||||
// * All ColorM values are same
|
||||
// * All CompositeMode values are same
|
||||
// * All Filter values are same
|
||||
|
Loading…
Reference in New Issue
Block a user