DragonFly On-Line Manual Pages

Search: Section:  


SDRINFO(1)             DragonFly General Commands Manual            SDRINFO(1)

NAME

sdrinfo - display information about compiled shaders

SYNOPSIS

sdrinfo [ name.sl ... ]

DESCRIPTION

Sdrinfo Displays information about the shader type and parameters of compiled shaders. 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 SDRINFO(1)

Search: Section: