Imports of package glutil

PathSynopsis
C
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/fyne-io/mobile/event/sizePackage size defines an event for the dimensions, physical resolution and orientation of the app's window.
github.com/fyne-io/mobile/exp/f32Package f32 implements some linear algebra and GL helpers for float32s.
github.com/fyne-io/mobile/geomPackage geom defines a two-dimensional coordinate system.
github.com/fyne-io/mobile/glPackage gl implements Go bindings for OpenGL ES 2.0 and ES 3.0.
imagePackage image implements a basic 2-D image library.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.