mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
gpu/gl: remove unused field
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+4
-6
@@ -103,9 +103,8 @@ type uniformLocation struct {
|
||||
}
|
||||
|
||||
type gpuInputLayout struct {
|
||||
backend *Backend
|
||||
inputs []backend.InputLocation
|
||||
layout []backend.InputDesc
|
||||
inputs []backend.InputLocation
|
||||
layout []backend.InputDesc
|
||||
}
|
||||
|
||||
// textureTriple holds the type settings for
|
||||
@@ -416,9 +415,8 @@ func (b *Backend) NewInputLayout(vs backend.ShaderSources, layout []backend.Inpu
|
||||
}
|
||||
}
|
||||
return &gpuInputLayout{
|
||||
backend: b,
|
||||
inputs: vs.Inputs,
|
||||
layout: layout,
|
||||
inputs: vs.Inputs,
|
||||
layout: layout,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user