mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/graphicscommand, internal/graphicsdriver/metal: remove unused code
This commit is contained in:
parent
12533c2cce
commit
afe1a93648
@ -38,11 +38,6 @@ type command interface {
|
||||
Exec(graphicsDriver graphicsdriver.Graphics, indexOffset int) error
|
||||
}
|
||||
|
||||
type size struct {
|
||||
width float32
|
||||
height float32
|
||||
}
|
||||
|
||||
type drawTrianglesCommandPool struct {
|
||||
pool []*drawTrianglesCommand
|
||||
}
|
||||
|
@ -328,9 +328,6 @@ type Graphics struct {
|
||||
shaders map[graphicsdriver.ShaderID]*Shader
|
||||
nextShaderID graphicsdriver.ShaderID
|
||||
|
||||
src *Image
|
||||
dst *Image
|
||||
|
||||
transparent bool
|
||||
maxImageSize int
|
||||
tmpTextures []mtl.Texture
|
||||
|
Loading…
Reference in New Issue
Block a user