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

12 lines
263 B
Python
Raw Normal View History

$input v_view, v_normal, v_shadowcoord
/*
2014-01-14 02:45:18 +04:00
* Copyright 2013-2014 Dario Manesku. All rights reserved.
2022-01-15 22:59:06 +03:00
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
*/
#include "../common/common.sh"
#define SHADOW_PACKED_DEPTH 1
#include "fs_sms_shadow.sh"