Function:ss2g3dt

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 22:19, 6 January 2009
S2plot admin (Talk | contribs)

← Previous diff
Revision as of 23:14, 6 January 2009
S2plot admin (Talk | contribs)

Next diff →
Line 1: Line 1:
==ss2g3dt== ==ss2g3dt==
 +Fetch pointer to 3D texture.
==Prototype== ==Prototype==
<code><pre> <code><pre>
 +unsigned char *ss2g3dt(unsigned int itextureID, int *width, int *height, int *depth);
</pre></code> </pre></code>
==Description== ==Description==
 +Fetch pointer to 3D texture.
==See Also== ==See Also==

Revision as of 23:14, 6 January 2009

ss2g3dt

Fetch pointer to 3D texture.

Prototype

unsigned char *ss2g3dt(unsigned int itextureID, int *width, int *height, int *depth);

Description

Fetch pointer to 3D texture.

See Also

Code Example

Back to S2PLOT function list.




Back to template page.

Personal tools