1SDRC(1) General Commands Manual SDRC(1)
2
3
4
6 sdrc - compile an sl shader.
7
9 sdrc [ options... ] [ name.sl ... ]
10
12 Sdrc Compiles renderman SL shaders to Pixie sdr code for use with rndr.
13
14 The main documentation is maintained in html form and should be
15 included with your distribution in the html or doc directories.
16
18 -I<PATH>
19 Add <PATH> to the list of directories to search for the pre‐
20 processor (for includes).
21
22 -D<SYMBOL>
23 Define <SYMBOL> for the preprocessor. The name PIXIE is defined
24 by default.
25
26 -o <OUTNAME>
27 Output to <OUTNAME> regardless of shader names / input file
28 name.
29
30 -nw Suppress warnings.
31
32 -ne Suppress errors.
33
34 -ri Display resolution info for names and functions.
35
36 -v Display version.
37
38 --help Display help.
39
41 PATH Searched for includes
42
43 INCLUDE
44 Also searched for includes
45
46 PIXIEHOME
47 Used to locate dsos.
48
50 rndr(1), texmake(1), show(1), sdrinfo(1)
51
53 See the sourceforge forums / tracker at http://pixie.sourceforge.net
54
55
56
57 SDRC(1)