Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
go version go1.6 linux/386
gomobile version +0ee7f82 Thu Mar 3 05:14:23 2016 +0000 (android); androidSDK=/home/startek/android-sdk/platforms/android-23
What operating system and processor architecture are you using (go env)?
GOARCH="386"
GOBIN=""
GOEXE=""
GOHOSTARCH="386"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/startek/go/dev"
GORACE=""
GOROOT="/home/startek/go"
GOTOOLDIR="/home/startek/go/pkg/tool/linux_386"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m32 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
What did you do?
(Use play.golang.org to provide a runnable example, if possible.)
Draw arc with OpenGL ES.
What did you expect to see?
Smooth arc.
What did you see instead?
Unsmooth arc.
Please, change configuration of context creation. From this in android.c (also in x11.c and others):
Please answer these questions before submitting your issue. Thanks!
go version
)?go version go1.6 linux/386
gomobile version +0ee7f82 Thu Mar 3 05:14:23 2016 +0000 (android); androidSDK=/home/startek/android-sdk/platforms/android-23
go env
)?GOARCH="386"
GOBIN=""
GOEXE=""
GOHOSTARCH="386"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/startek/go/dev"
GORACE=""
GOROOT="/home/startek/go"
GOTOOLDIR="/home/startek/go/pkg/tool/linux_386"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m32 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
(Use play.golang.org to provide a runnable example, if possible.)
Draw arc with OpenGL ES.
Smooth arc.
Unsmooth arc.
Please, change configuration of context creation. From this in android.c (also in x11.c and others):
to:
I know, some devices may not support this configuration - but many devices on Android uses modern hardware, and now supports OpenGL ES 3.0.
The text was updated successfully, but these errors were encountered: