forked from joejulian/gio
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:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user