go.*,gpu: update gioui.org/shader version

Pulls in a compatiblity fix for OpenGL ES 2.0 devices.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-08-21 10:04:56 +02:00
parent 3b2992c37e
commit 44adf01768
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ type imageOp struct {
// shaderModuleVersion is the exact version of gioui.org/shader expected by
// this package. Shader programs are not backwards or forwards compatible.
const shaderModuleVersion = "v0.0.0-20210821062758-133bba6632c7"
const shaderModuleVersion = "v0.0.0-20210821080300-98542fa6d725"
func decodeStrokeOp(data []byte) clip.StrokeStyle {
_ = data[4]