summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/05-instancing/fs_instancing.sc
blob: 99ec64685ad50d8a5a5131d290c8b764951d737c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$input v_color0

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

#include "../common/common.sh"

void main()
{
	gl_FragColor = v_color0;
}