summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/19-oit/fs_oit.sc
blob: a087e5f3aaff8836d814bb932d11c8497df669a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$input v_pos

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

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

uniform vec4 u_color;

void main()
{
	gl_FragColor = u_color;
}