mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 03:02:49 +01:00
graphics: Add a comment about bug #211
This commit is contained in:
parent
cc39cdc8f5
commit
5e892b3887
2
image.go
2
image.go
@ -186,6 +186,8 @@ func (i *Image) Dispose() error {
|
|||||||
// This function may be slow (as for implementation, this calls glTexSubImage2D).
|
// This function may be slow (as for implementation, this calls glTexSubImage2D).
|
||||||
//
|
//
|
||||||
// This function is concurrent-safe.
|
// This function is concurrent-safe.
|
||||||
|
//
|
||||||
|
// BUG(hajimehoshi) This might not work on Android (#211).
|
||||||
func (i *Image) ReplacePixels(p []uint8) error {
|
func (i *Image) ReplacePixels(p []uint8) error {
|
||||||
return i.impl.ReplacePixels(p)
|
return i.impl.ReplacePixels(p)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user