14 lines
217 B
Python
14 lines
217 B
Python
|
$input v_color0
|
||
|
|
||
|
/*
|
||
|
* Copyright 2011-2016 Branimir Karadzic. All rights reserved.
|
||
|
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||
|
*/
|
||
|
|
||
|
#include <bgfx_shader.sh>
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = v_color0;
|
||
|
}
|