bgfx/examples/15-shadowmaps-simple/fs_sms_shadow.sc
Branimir Karadžić 29079cf890 Fixed issue #1077.
2017-03-14 20:41:31 -07:00

12 lines
215 B
Scala

/*
* Copyright 2013-2014 Dario Manesku. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#include "../common/common.sh"
void main()
{
gl_FragColor = vec4_splat(0.0);
}