lazarus-ccr/components/nvidia-widgets/doc/nvshaderutils.xml
blaszijk 6b0d820784 modified css file which gives better visual result for html documentation
delete chm file prior to generation
remove unneeded option for html documentation
added short description to nvglutwidgets.xml
nvGLWidgets, added documentation + fixed module name
simplified getTextSize


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2218 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-01-02 17:48:55 +00:00

13 lines
418 B
XML

<?xml version="1.0"?>
<fpdoc-descriptions>
<package name="nvidia-widgets">
<module name="nvShaderUtils">
<short>Utility functions for compiling shaders and programs</short>
<element name="CompileGLSLShader"/>
<element name="LinkGLSLProgram">
<short>Create a program composed of vertex, geometry and fragment shaders.</short>
</element>
</module>
</package>
</fpdoc-descriptions>