mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Add comments
This commit is contained in:
parent
3aa6eb3a66
commit
548f231f39
@ -32,6 +32,8 @@ const (
|
||||
FilterLinear Filter = Filter(graphics.FilterLinear)
|
||||
|
||||
// filterScreen represents a special filter for screen. Inner usage only.
|
||||
//
|
||||
// Some parameters like a color matrix or color vertex values can be ignored when filterScreen is used.
|
||||
filterScreen Filter = Filter(graphics.FilterScreen)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user