sdrinfo(1) - Linux man page
Name
sdrinfo - display information about compiled shadersSynopsis
sdrinfo [ name.sl ... ]Description
The main documentation is maintained in html form and should be included with your distribution in the html or doc directories.
The displayed information is of the form
type "name""param1name" "param1type"
Default value: <value>
"param2name" "param2type"
Default value: <value>
Formatting
The formatting of the printed values is as follows:- Float
- 1.0
- Color
- Normal Vector Point [1.0 2.0 3.0]
- 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 0.6]
- String
- "string"
Environment
- PIXIEHOME
- The directory $(PIXIEHOME)/shaders is searched for shaders
- SHADERS
- Also searched for shaders
See Also
sdrc(1), texmake(1), show(1), sdrinfo(1)Bugs
Complex default values (those which require a function to be run at shader startup) may not display the correct value, but a zero instead. Functions are not run by sdrinfo and only stored defaults are reported.See the sourceforge forums / tracker at http://pixie.sourceforge.net