(drw system.Drawer, idx int)
| 720 | } |
| 721 | |
| 722 | func (sc *Scene) DirectRenderImage(drw system.Drawer, idx int) { |
| 723 | drw.SetGoImage(idx, 0, sc.Pixels, system.NoFlipY) |
| 724 | sc.imageUpdated = false |
| 725 | } |
| 726 | |
| 727 | func (sc *Scene) DirectRenderDraw(drw system.Drawer, idx int, flipY bool) { |
| 728 | op := draw.Over |
nothing calls this directly
no test coverage detected