2013-10-18 09:55:43 +04:00
|
|
|
/*
|
2014-01-14 02:45:18 +04:00
|
|
|
* Copyright 2013-2014 Dario Manesku. All rights reserved.
|
2016-01-01 11:11:04 +03:00
|
|
|
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
|
2013-10-18 09:55:43 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "../common/common.sh"
|
|
|
|
|
|
|
|
void main()
|
|
|
|
{
|
|
|
|
gl_FragColor = vec4_splat(1.0);
|
|
|
|
}
|