mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
f32: move to exp/f32.
In the long term, a lot of this package should be removed in favor of the golang.org/x/image/math/f32 package. The latter is the common location for matrix types shared across graphics libraries. For example, the golang.org/x/image/draw package refers to golang.org/x/image/math/f64. Change-Id: I9d7ccd3cb35912e0d9dc5bd46c919516ea840340 Reviewed-on: https://go-review.googlesource.com/11856 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
@@ -33,8 +33,8 @@ import (
|
||||
"golang.org/x/mobile/app"
|
||||
"golang.org/x/mobile/event"
|
||||
"golang.org/x/mobile/exp/app/debug"
|
||||
"golang.org/x/mobile/exp/f32"
|
||||
"golang.org/x/mobile/exp/gl/glutil"
|
||||
"golang.org/x/mobile/f32"
|
||||
"golang.org/x/mobile/geom"
|
||||
"golang.org/x/mobile/gl"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user