mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
graphicsdriver/opengl: Refactoring: Remove unused variables
This commit is contained in:
parent
dbd5e25b89
commit
9b82ec41de
@ -357,10 +357,6 @@ func (c *context) uniformFloat(p program, location string, v float32) {
|
||||
gl.Call("uniform1f", js.Value(l), v)
|
||||
}
|
||||
|
||||
var (
|
||||
float32Array = js.Global().Get("Float32Array")
|
||||
)
|
||||
|
||||
func (c *context) uniformFloats(p program, location string, v []float32) {
|
||||
c.ensureGL()
|
||||
gl := c.gl
|
||||
|
Loading…
Reference in New Issue
Block a user