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

Fixes the opengl example on macOS.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-08-16 18:22:32 +02:00
parent 6b537f0d4e
commit c7ea90c4e2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -135,7 +135,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-20210808092941-55e18336189e"
const shaderModuleVersion = "v0.0.0-20210816161847-c12352edbd45"
func decodeStrokeOp(data []byte) clip.StrokeStyle {
_ = data[4]