gpu: remove unused field

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-11-05 10:15:28 +01:00
parent efdd5ae602
commit c62a002d21
-2
View File
@@ -103,7 +103,6 @@ type pathOp struct {
type imageOp struct {
z float32
path *pathOp
off f32.Point
clip image.Rectangle
material material
clipType clipType
@@ -910,7 +909,6 @@ loop:
img := imageOp{
z: zf,
path: state.cpath,
off: off,
clip: bounds,
material: mat,
}