mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
gpu,gpu/internal: move InputDesc back from gioui.org/shader module
It was moved to gioui.org/shader by mistake. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -77,7 +77,7 @@ func TestInputShader(t *testing.T) {
|
||||
}
|
||||
defer vsh.Release()
|
||||
defer fsh.Release()
|
||||
layout := []shader.InputDesc{
|
||||
layout := []driver.InputDesc{
|
||||
{
|
||||
Type: shader.DataTypeFloat,
|
||||
Size: 4,
|
||||
|
||||
Reference in New Issue
Block a user