mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
internal/graphicsdriver/opengl: remove unused members
This commit is contained in:
parent
37a6057230
commit
9bd17de2d3
@ -90,7 +90,6 @@ type (
|
|||||||
|
|
||||||
type (
|
type (
|
||||||
uniformLocation int32
|
uniformLocation int32
|
||||||
attribLocation int32
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
@ -111,8 +110,6 @@ type context struct {
|
|||||||
lastBlend graphicsdriver.Blend
|
lastBlend graphicsdriver.Blend
|
||||||
maxTextureSize int
|
maxTextureSize int
|
||||||
maxTextureSizeOnce sync.Once
|
maxTextureSizeOnce sync.Once
|
||||||
highp bool
|
|
||||||
highpOnce sync.Once
|
|
||||||
initOnce sync.Once
|
initOnce sync.Once
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user