summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/fs_quad.sc
blob: 1fcd3b272845ffa348b1df10b42053cede7a1d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
$input v_color0

// license:BSD-3-Clause
// copyright-holders:Dario Manesku

#include "../../../../../3rdparty/bgfx/examples/common/common.sh"

void main()
{
	gl_FragColor = v_color0;
}