mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/mipmap: remove unused functions
This commit is contained in:
parent
7c2300b352
commit
8e3576b404
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user