bgfx/examples/21-deferred/fs_deferred_debug_line.sc

14 lines
229 B
Python
Raw Normal View History

2014-05-21 23:33:12 -04:00
$input v_color0
/*
2016-01-01 03:11:04 -05:00
* Copyright 2011-2016 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
2014-05-21 23:33:12 -04:00
*/
#include "../common/common.sh"
void main()
{
gl_FragColor = v_color0;
}