bgfx/examples/15-shadowmaps-simple/fs_sms_mesh.sc

12 lines
264 B
Python
Raw Normal View History

$input v_view, v_normal, v_shadowcoord
/*
2014-01-13 17:45:18 -05:00
* Copyright 2013-2014 Dario Manesku. All rights reserved.
2016-01-01 03:11:04 -05:00
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#include "../common/common.sh"
#define SHADOW_PACKED_DEPTH 0
#include "fs_sms_shadow.sh"