mobile: golang.org/x/mobile/exp/gl/glutil Index | Files | Directories

Packages imported by glutil

PathSynopsis
CPackage C is a "pseudo-package" used to access the C namespace from a cgo source file.
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.
golang.org/x/mobile/event/sizePackage size defines an event for the dimensions, physical resolution and orientation of the app's window.
golang.org/x/mobile/exp/f32Package f32 implements some linear algebra and GL helpers for float32s.
golang.org/x/mobile/geomPackage geom defines a two-dimensional coordinate system.
golang.org/x/mobile/glPackage gl implements Go bindings for OpenGL ES 2.
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.