PixelLightAPI
.
|
Abstract texture creator base class. More...
#include <TextureCreator.h>
Protected Member Functions | |
virtual Texture * | Create (TextureManager &cTextureManager, Texture *pTexture=nullptr) const =0 |
Creates a texture. |
Abstract texture creator base class.
virtual Texture* PLRenderer::TextureCreator::Create | ( | TextureManager & | cTextureManager, |
Texture * | pTexture = nullptr |
||
) | const [protected, pure virtual] |
|