some more documentation

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2211 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blaszijk
2012-01-02 09:26:30 +00:00
parent 00f8c0ce98
commit 8ee48108c3
5 changed files with 13 additions and 2 deletions

View File

@@ -26,6 +26,8 @@
<element name="GlutUIContext.m_ownPainter"> <element name="GlutUIContext.m_ownPainter">
<short>Variable indicating a default painter object</short> <short>Variable indicating a default painter object</short>
</element> </element>
<descr>Adaptor classes to integrate the nvWidgets UI library with the GLUT windowing toolkit. The adaptors convert native GLUT UI data to native nvWidgets data. All adaptor classes are implemented as in-line code in this header. The adaptor defaults to using the standard OpenGL painter implementation.
</descr>
</module> </module>
</package> </package>
</fpdoc-descriptions> </fpdoc-descriptions>

View File

@@ -2,7 +2,9 @@
<fpdoc-descriptions> <fpdoc-descriptions>
<package name="nvidia-widgets"> <package name="nvidia-widgets">
<module name="nvWidgets"> <module name="nvWidgets">
<element name="nvGLWidgets">
<short>User Interface library</short>
</element>
</module> </module>
</package> </package>
</fpdoc-descriptions> </fpdoc-descriptions>

View File

@@ -2,7 +2,11 @@
<fpdoc-descriptions> <fpdoc-descriptions>
<package name="nvidia-widgets"> <package name="nvidia-widgets">
<module name="nvShaderUtils"> <module name="nvShaderUtils">
<element name="CompileGLSLShader"/>
<short>Utility functions for compiling shaders and programs</short>
<element name="LinkGLSLProgram">
<short>Create a program composed of vertex and fragment shaders.</short>
</element>
</module> </module>
</package> </package>
</fpdoc-descriptions> </fpdoc-descriptions>

View File

@@ -206,6 +206,9 @@ pixel = texelSwizzling( texel * texelScale + texelOffset );</descr>
<element name="Point.y"> <element name="Point.y">
<short>Y location</short> <short>Y location</short>
</element> </element>
<element name="UIContext.getPainter">
<short>Active widget painter</short>
</element>
</module> </module>
</package> </package>
</fpdoc-descriptions> </fpdoc-descriptions>