RenderTarget::GetTexture

RenderTarget::GetTexture
virtual Texture* GetTexture() const;
Description

GetTexture returns the texture associated with the render targets, and is available for user textures. 

Will return null (0) for default back-buffer.

Return Value

Pointer to the Texture used to read from the render target.