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

/*
 * Copyright 2011-2019 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;
}