mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 18:35:34 +00:00
gpu: remove unused field
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -103,7 +103,6 @@ type pathOp struct {
|
|||||||
type imageOp struct {
|
type imageOp struct {
|
||||||
z float32
|
z float32
|
||||||
path *pathOp
|
path *pathOp
|
||||||
off f32.Point
|
|
||||||
clip image.Rectangle
|
clip image.Rectangle
|
||||||
material material
|
material material
|
||||||
clipType clipType
|
clipType clipType
|
||||||
@@ -910,7 +909,6 @@ loop:
|
|||||||
img := imageOp{
|
img := imageOp{
|
||||||
z: zf,
|
z: zf,
|
||||||
path: state.cpath,
|
path: state.cpath,
|
||||||
off: off,
|
|
||||||
clip: bounds,
|
clip: bounds,
|
||||||
material: mat,
|
material: mat,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user