summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/debugdraw/fs_debugdraw_lines.sc
blob: 19f8692163cfefa17588fbbd1ac02db876651ffb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$input v_color0

/*
 * Copyright 2011-2017 Branimir Karadzic. All rights reserved.
 * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
 */

#include <bgfx_shader.sh>

void main()
{
	gl_FragColor = v_color0;
}