bgfx/examples/14-shadowvolumes/fs_shadowvolume_svfrontblank.sc
Бранимир Караџић 4581f14cd4 Happy New Year!
2022-01-15 11:59:06 -08:00

13 lines
241 B
Scala

/*
* Copyright 2013-2014 Dario Manesku. All rights reserved.
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
*/
#include "../common/common.sh"
void main()
{
gl_FragColor.xyz = vec3_splat(0.0);
gl_FragColor.w = 1.0;
}