bgfx/examples/21-deferred/fs_deferred_debug_line.sc

14 lines
229 B
Python
Raw Normal View History

2014-05-22 07:33:12 +04:00
$input v_color0
/*
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-05-22 07:33:12 +04:00
*/
#include "../common/common.sh"
void main()
{
gl_FragColor = v_color0;
}