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

/*
 * Copyright 2011-2022 Branimir Karadzic. All rights reserved.
 * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
 */

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

void main()
{
	gl_FragColor = v_color0;
}