mirror of
https://github.com/holub/mame
synced 2025-07-10 12:15:31 +03:00

* Update to bgfx a93a714632b79b5ddbf5c86ac323fa9b76ed3433 Co-authored-by: Бранимир Караџић <branimirkaradzic@gmail.com>
12 lines
263 B
Python
12 lines
263 B
Python
$input v_view, v_normal, v_shadowcoord
|
|
|
|
/*
|
|
* Copyright 2013-2014 Dario Manesku. All rights reserved.
|
|
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
|
|
*/
|
|
|
|
#include "../common/common.sh"
|
|
|
|
#define SHADOW_PACKED_DEPTH 0
|
|
#include "fs_sms_shadow.sh"
|