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

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

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

uniform vec4 u_color;

void main()
{
	gl_FragColor = u_color;
}