internal/mipmap: remove unused functions

This commit is contained in:
Hajime Hoshi 2022-03-19 23:45:15 +09:00
parent 7c2300b352
commit 8e3576b404

View File

@ -25,14 +25,6 @@ import (
"github.com/hajimehoshi/ebiten/v2/internal/shaderir"
)
func BeginFrame() error {
return buffered.BeginFrame()
}
func EndFrame() error {
return buffered.EndFrame()
}
// Mipmap is a set of buffered.Image sorted by the order of mipmap level.
// The level 0 image is a regular image and higher-level images are used for mipmap.
type Mipmap struct {