mame/3rdparty/bgfx/examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc
2016-01-04 19:00:51 +01:00

14 lines
236 B
Scala

$input v_k
/*
* 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(1.0, 1.0, 1.0, 1.0);
}