Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SDRINFO(1)		     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 com-
     piled 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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sdrinfo&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help