aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/shader/piet/backdrop_abi_nosupport.go
blob: c60119b2307c4ddaa185d1cf8b3f89b73d0b2ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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 BackdropProgramInfo *cpu.ProgramInfo

type BackdropDescriptorSetLayout struct{}

const BackdropHash = ""

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

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