File: basic_shadow.frag

package info (click to toggle)
trackballs 1.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,072 kB
  • sloc: cpp: 17,863; lisp: 4,626; xml: 51; sh: 24; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#version 130

#ifdef GL_ES
precision mediump float;
#endif

varying vec4 fcolor;

void main(void) {
  // depth only
}