1$input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4
2
3/*
4 * Copyright 2013-2014 Dario Manesku. All rights reserved.
5 * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
6 */
7
8#define SM_VSM 1
9#define SM_OMNI 1
10
11#include "fs_shadowmaps_color_lighting.sh"
12
13void main()
14{
15#include "fs_shadowmaps_color_lighting_main.sh"
16}
17