bgfx/examples/19-oit/fs_oit.sc

16 lines
241 B
Python
Raw Normal View History

2014-03-27 01:01:22 -04:00
$input v_pos
/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include "../common/common.sh"
uniform vec4 u_color;
void main()
{
gl_FragColor = u_color;
}