Create() virtual

This commit is contained in:
Glenn Maynard
2006-07-28 21:01:58 +00:00
parent a54b9e5eda
commit 82497e4111
+1
View File
@@ -37,6 +37,7 @@ class RenderTarget
{
public:
virtual ~RenderTarget() { }
virtual void Create( const RenderTargetParam &param, int &iTextureWidthOut, int &iTextureHeightOut ) = 0;
virtual unsigned GetTexture() const = 0;