Function:ss2c3dt
From S2PLOT
(Difference between revisions)
Revision as of 22:19, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:13, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ss2c3dt== | ==ss2c3dt== | ||
+ | Create an empty 3D texture. | ||
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> | ||
+ | unsigned int ss2c3dt(int width, int height, int depth); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | Create an empty 3D texture. | ||
==See Also== | ==See Also== |
Revision as of 23:13, 6 January 2009
ss2c3dt
Create an empty 3D texture.
Prototype
unsigned int ss2c3dt(int width, int height, int depth);
Description
Create an empty 3D texture.
See Also
Code Example
Back to S2PLOT function list.
Back to template page.