aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/shader/piet/coarse_abi_nosupport.go
blob: 00e2ad866ccc92f0960c5537d8b0a6cf8086279f (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 CoarseProgramInfo *cpu.ProgramInfo

type CoarseDescriptorSetLayout struct{}

const CoarseHash = ""

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

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