aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/shader/piet/elements_abi_nosupport.go
blob: 8b3023478a72b61cf438c78f76f0cfdf6912d83c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Code generated by gioui.org/cpu/cmd/compile DO NOT EDIT.

//go:build !(linux && (arm64 || arm || amd64))
// +build !linux !arm64,!arm,!amd64

package piet

import "gioui.org/cpu"

var ElementsProgramInfo *cpu.ProgramInfo

type ElementsDescriptorSetLayout struct{}

const ElementsHash = ""

func (l *ElementsDescriptorSetLayout) Binding0() *cpu.BufferDescriptor {
	panic("unsupported")
}

func (l *ElementsDescriptorSetLayout) Binding1() *cpu.BufferDescriptor {
	panic("unsupported")
}

func (l *ElementsDescriptorSetLayout) Binding2() *cpu.BufferDescriptor {
	panic("unsupported")
}

func (l *ElementsDescriptorSetLayout) Binding3() *cpu.BufferDescriptor {
	panic("unsupported")
}