bgfx/examples/14-shadowvolumes/fs_shadowvolume_svsideblank.sc

14 lines
224 B
Python
Raw Normal View History

$input v_k
/*
* Copyright 2013 Dario Manesku. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include "../common/common.sh"
void main()
{
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
}