Element/Texture: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ The texture class represents a source of renderable pixels which can be used in dxDrawImage or dxDrawImageSection. The element type of this class is '''"textur...") |
No edit summary |
||
Line 3: | Line 3: | ||
The element type of this class is '''"texture"'''. | The element type of this class is '''"texture"'''. | ||
Texture elements are created by the following functions: | |||
* [[dxCreateTexture]] | |||
* [[dxCreateRenderTarget]] | |||
* [[dxCreateScreenSource]] |
Revision as of 17:29, 31 August 2011
The texture class represents a source of renderable pixels which can be used in dxDrawImage or dxDrawImageSection.
The element type of this class is "texture".
Texture elements are created by the following functions: