gl/glutil: move to exp/gl/glutil.
Change-Id: I310c365300cb3fbf8a1abb630e26661fa7ef4844 Reviewed-on: https://go-review.googlesource.com/11824 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
parent
f02d32beeb
commit
bd8fa0d7bb
|
@ -33,10 +33,10 @@ import (
|
|||
"golang.org/x/mobile/app"
|
||||
"golang.org/x/mobile/event"
|
||||
"golang.org/x/mobile/exp/app/debug"
|
||||
"golang.org/x/mobile/exp/gl/glutil"
|
||||
"golang.org/x/mobile/f32"
|
||||
"golang.org/x/mobile/geom"
|
||||
"golang.org/x/mobile/gl"
|
||||
"golang.org/x/mobile/gl/glutil"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -13,8 +13,8 @@ import (
|
|||
"time"
|
||||
|
||||
"golang.org/x/mobile/event"
|
||||
"golang.org/x/mobile/exp/gl/glutil"
|
||||
"golang.org/x/mobile/geom"
|
||||
"golang.org/x/mobile/gl/glutil"
|
||||
)
|
||||
|
||||
var lastDraw = time.Now()
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package glutil implements OpenGL utility functions.
|
||||
package glutil // import "golang.org/x/mobile/gl/glutil"
|
||||
package glutil // import "golang.org/x/mobile/exp/gl/glutil"
|
||||
|
||||
import (
|
||||
"fmt"
|
|
@ -13,11 +13,11 @@ import (
|
|||
"image/draw"
|
||||
|
||||
"golang.org/x/mobile/event"
|
||||
"golang.org/x/mobile/exp/gl/glutil"
|
||||
"golang.org/x/mobile/exp/sprite"
|
||||
"golang.org/x/mobile/exp/sprite/clock"
|
||||
"golang.org/x/mobile/f32"
|
||||
"golang.org/x/mobile/geom"
|
||||
"golang.org/x/mobile/gl/glutil"
|
||||
)
|
||||
|
||||
type node struct {
|
||||
|
|
Loading…
Reference in New Issue