mobile/exp
Meir Fischer a34303262d exp/audio: fix inability to use mono 8 format
There is no way to distinguish an unknown format from
Mono8 because Mono8 is zero. The current CL fixes this
issue by starting the format constants from iota + 1.

Change-Id: I8c709cdaff3bc46bcc15ab770cfcfd04c186034d
Reviewed-on: https://go-review.googlesource.com/12386
Reviewed-by: Burcu Dogan <jbd@google.com>
2015-07-24 05:53:18 +00:00
..
app/debug exp/gl/glutil: don't embed the *image.RGBA. 2015-07-24 05:26:20 +00:00
audio exp/audio: fix inability to use mono 8 format 2015-07-24 05:53:18 +00:00
f32 f32: move to exp/f32. 2015-07-03 01:37:12 +00:00
font app/debug, exp/font: remove the freetype dependency. 2015-06-30 23:03:35 +00:00
gl/glutil exp/gl/glutil: don't embed the *image.RGBA. 2015-07-24 05:26:20 +00:00
sensor sensor: move to exp/sensor 2015-06-21 07:47:51 +00:00
sprite exp/sprite/portable: use golang.org/x/image/draw. 2015-07-17 04:52:29 +00:00
README exp: add a new directory for experimental packages. 2015-06-16 21:06:44 +00:00

README

golang.org/x/mobile/exp contains experimental packages for mobile app
development.