2014-02-25 09:44:12 +04:00
|
|
|
$input v_view, v_normal, v_shadowcoord
|
2013-12-11 07:37:51 +04:00
|
|
|
|
|
|
|
/*
|
2014-01-14 02:45:18 +04:00
|
|
|
* Copyright 2013-2014 Dario Manesku. All rights reserved.
|
2016-01-01 11:11:04 +03:00
|
|
|
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
|
2013-12-11 07:37:51 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "../common/common.sh"
|
|
|
|
|
2014-02-25 09:44:12 +04:00
|
|
|
#define SHADOW_PACKED_DEPTH 0
|
|
|
|
#include "fs_sms_shadow.sh"
|