aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/shader/piet/path_coarse_abi_nosupport.go
blob: f67a16a5d3190d896d1b99f9d26f93d594b8e021 (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 Path_coarseProgramInfo *cpu.ProgramInfo

type Path_coarseDescriptorSetLayout struct{}

const Path_coarseHash = ""

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

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