Home | nevrax.com |
|
NL3D::CTextureBlank Class ReferenceThis texture does generate nothing, and it is releasable. More...
Inheritance diagram for NL3D::CTextureBlank:
Detailed DescriptionThis texture does generate nothing, and it is releasable.There's no particular reason to use it, unless you want to copy the frame buffer in a texture. You may use that texture so that the device memory will only be allocated once, and the system memory (needed to create the texture, at least with open gl) will be released after that. A texture_mem could have been used, but it doesn't release memory by itself (added : hmm, well it does since 2/2002 ...).
Definition at line 42 of file texture_blank.h. Member Function Documentation
The documentation for this class was generated from the following files: |