File: fs_shadowmaps_color_lighting_esm_linear_omni.sc

package info (click to toggle)
mame 0.182-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 756,928 kB
  • ctags: 549,135
  • sloc: cpp: 3,539,924; xml: 1,248,595; ansic: 756,885; sh: 59,571; lisp: 15,826; python: 10,330; makefile: 8,759; java: 7,019; yacc: 6,710; objc: 5,866; cs: 4,725; asm: 4,584; perl: 2,906; ada: 1,681; lex: 1,174; pascal: 1,139; ruby: 323; sql: 160; awk: 35; php: 1
file content (17 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$input v_position, v_normal, v_view, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4

/*
 * Copyright 2013-2014 Dario Manesku. All rights reserved.
 * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
 */

#define SM_ESM 1
#define SM_LINEAR 1
#define SM_OMNI 1

#include "fs_shadowmaps_color_lighting.sh"

void main()
{
#include "fs_shadowmaps_color_lighting_main.sh"
}