1SDRINFO(1)                  General Commands Manual                 SDRINFO(1)
2
3
4

NAME

6       sdrinfo - display information about compiled shaders
7

SYNOPSIS

9       sdrinfo [ name.sl ... ]
10

DESCRIPTION

12       Sdrinfo  Displays  information  about the shader type and parameters of
13       compiled shaders.
14
15       The main documentation  is  maintained  in  html  form  and  should  be
16       included with your distribution in the html or doc directories.
17
18       The displayed information is of the form
19
20                   type "name"
21                        "param1name"   "param1type"
22                             Default value: <value>
23                        "param2name"   "param2type"
24                             Default value: <value>
25

FORMATTING

27       The formatting of the printed values is as follows:
28
29       Float  1.0
30
31       Color  Normal Vector Point [1.0 2.0 3.0]
32
33       Matrix [0.0  1.0  2.0  3.0  4.0 5.0 6.0 7.0 8.0 9.0 0.1 0.2 0.3 0.4 0.5
34              0.6]
35
36       String "string"
37

ENVIRONMENT

39       PIXIEHOME
40              The directory $(PIXIEHOME)/shaders is searched for shaders
41
42       SHADERS
43              Also searched for shaders
44

SEE ALSO

46       sdrc(1), texmake(1), show(1), sdrinfo(1)
47

BUGS

49       Complex default values (those which require a function  to  be  run  at
50       shader  startup) may not display the correct value, but a zero instead.
51       Functions are not run by sdrinfo and only stored defaults are reported.
52
53       See the sourceforge forums / tracker at http://pixie.sourceforge.net
54
55
56
57                                                                    SDRINFO(1)
Impressum