GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SDRINFO(1) FreeBSD General Commands Manual SDRINFO(1)

sdrinfo - display information about compiled shaders

sdrinfo [ name.sl ... ]

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>

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"

PIXIEHOME
The directory $(PIXIEHOME)/shaders is searched for shaders
SHADERS
Also searched for shaders

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

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


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.