mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/graphicsdriver: reorder the member
This commit is contained in:
parent
5e973ab419
commit
0dcf43b350
@ -40,13 +40,13 @@ type ColorM interface {
|
||||
}
|
||||
|
||||
type Graphics interface {
|
||||
Initialize() error
|
||||
Begin()
|
||||
End(present bool)
|
||||
SetTransparent(transparent bool)
|
||||
SetVertices(vertices []float32, indices []uint16)
|
||||
NewImage(width, height int) (Image, error)
|
||||
NewScreenFramebufferImage(width, height int) (Image, error)
|
||||
Initialize() error
|
||||
SetVsyncEnabled(enabled bool)
|
||||
SetFullscreen(fullscreen bool)
|
||||
FramebufferYDirection() YDirection
|
||||
|
Loading…
Reference in New Issue
Block a user