bgfx/examples/15-shadowmaps-simple/fs_sms_mesh_pd.sc
Branimir Karadžić 4bb2b623d3 Happy New Year!
2016-01-01 00:11:04 -08:00

11 lines
264 B
Python

$input v_view, v_normal, v_shadowcoord
/*
* Copyright 2013-2014 Dario Manesku. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#include "../common/common.sh"
#define SHADOW_PACKED_DEPTH 1
#include "fs_sms_shadow.sh"