CS::RenderManager::RenderTree< TreeTraits >::ContextNode::TargetTexture Struct Reference
A single render target. More...
#include <csplugincommon/rendermanager/rendertree.h>
Public Attributes | |
| int | subtexture |
| Subtexture. | |
| iTextureHandle * | texHandle |
| Texture handle. | |
Detailed Description
template<typename TreeTraits = RenderTreeStandardTraits>
struct CS::RenderManager::RenderTree< TreeTraits >::ContextNode::TargetTexture
A single render target.
Definition at line 401 of file rendertree.h.
Member Data Documentation
template<typename TreeTraits = RenderTreeStandardTraits>
| int CS::RenderManager::RenderTree< TreeTraits >::ContextNode::TargetTexture::subtexture |
Subtexture.
Definition at line 406 of file rendertree.h.
template<typename TreeTraits = RenderTreeStandardTraits>
| iTextureHandle* CS::RenderManager::RenderTree< TreeTraits >::ContextNode::TargetTexture::texHandle |
Texture handle.
Definition at line 404 of file rendertree.h.
The documentation for this struct was generated from the following file:
- csplugincommon/rendermanager/rendertree.h
Generated for Crystal Space 2.0 by doxygen 1.6.1
