bgfx/examples/19-oit/fs_oit.sc

16 lines
248 B
Python
Raw Normal View History

2014-03-27 09:01:22 +04:00
$input v_pos
/*
2017-01-01 11:18:41 +03:00
* Copyright 2011-2017 Branimir Karadzic. All rights reserved.
2016-01-01 11:11:04 +03:00
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
2014-03-27 09:01:22 +04:00
*/
#include "../common/common.sh"
uniform vec4 u_color;
void main()
{
gl_FragColor = u_color;
}