You've already forked lazarus-ccr
Fixed documentation html tags
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2215 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@ -174,10 +174,12 @@ It is displaying a boolean state true if the current value is equal to the refer
|
|||||||
</element>
|
</element>
|
||||||
<element name="UIContext.doTextureView">
|
<element name="UIContext.doTextureView">
|
||||||
<short>UI method for drawing a texture view</short>
|
<short>UI method for drawing a texture view</short>
|
||||||
<descr>Several parameters control the equation used to display the texel
|
<descr>
|
||||||
|
<p>Several parameters control the equation used to display the texel</p>
|
||||||
texel = texture2DFetch(...);
|
<code>texel = texture2DFetch(...);
|
||||||
pixel = texelSwizzling( texel * texelScale + texelOffset );</descr>
|
pixel = texelSwizzling( texel * texelScale + texelOffset );
|
||||||
|
</code>
|
||||||
|
</descr>
|
||||||
</element>
|
</element>
|
||||||
<element name="UIContext.doTextureView.aRect">
|
<element name="UIContext.doTextureView.aRect">
|
||||||
<short>provides a location and size for the texture view</short>
|
<short>provides a location and size for the texture view</short>
|
||||||
@ -230,15 +232,17 @@ False equals 0</descr>
|
|||||||
</element>
|
</element>
|
||||||
</module>
|
</module>
|
||||||
<short>NVIDIA widget library</short>
|
<short>NVIDIA widget library</short>
|
||||||
<descr>This library is originally based on the NVIDIA widget library. NVIDIA Widgets is the <link id="https://mollyrocket.com/forums/viewforum.php?f=10">immediate mode graphical user interface</link> toolkit used by the <link id="http://developer.nvidia.com/object/sdk_home.html">NVIDIA SDK samples</link>.
|
<descr>
|
||||||
<p/>
|
<p>This library is originally based on the NVIDIA widget library. NVIDIA Widgets is the
|
||||||
Originally ported to FPC by Darius Blaszyk in June 2011.
|
<url href="https://mollyrocket.com/forums/viewforum.php?f=10">immediate mode graphical user interface</url> toolkit used by the
|
||||||
<p/>
|
<url href="http://developer.nvidia.com/object/sdk_home.html">NVIDIA SDK samples</url>.
|
||||||
This library is distributed under the
|
</p>
|
||||||
<link id="http://www.opensource.org/licenses/mit-license.php">MIT</link> license, as the original library was.
|
<p>Originally ported to FPC by Darius Blaszyk in June 2011.</p>
|
||||||
<p/>
|
<p>This library is distributed under the <url href="http://www.opensource.org/licenses/mit-license.php">MIT</url> license, as the original library was.</p>
|
||||||
The original code can be found here:
|
<p>The original code can be found here: <url href="http://code.google.com/p/nvidia-widgets/"/>
|
||||||
<link id="http://code.google.com/p/nvidia-widgets/">http://code.google.com/p/nvidia-widgets/</link><img file="nvwidgets.png" caption="nvidia-widgets class chart"/><p/>
|
</p>
|
||||||
For more information see the <link id="http://wiki.lazarus.freepascal.org/nvidia-widgets">Lazarus wiki</link>.</descr>
|
<img file="nvwidgets.png" caption="nvidia-widgets class chart"/>
|
||||||
|
<p>For more information see the <url href="http://wiki.lazarus.freepascal.org/nvidia-widgets">Lazarus wiki</url>.</p>
|
||||||
|
</descr>
|
||||||
</package>
|
</package>
|
||||||
</fpdoc-descriptions>
|
</fpdoc-descriptions>
|
||||||
|
Reference in New Issue
Block a user