PixelLightAPI  .
Protected Member Functions
PLRenderer::TextureCreator Class Reference

Abstract texture creator base class. More...

#include <TextureCreator.h>

Inheritance diagram for PLRenderer::TextureCreator:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

virtual TextureCreate (TextureManager &cTextureManager, Texture *pTexture=nullptr) const =0
 Creates a texture.

Detailed Description

Abstract texture creator base class.


Member Function Documentation

virtual Texture* PLRenderer::TextureCreator::Create ( TextureManager cTextureManager,
Texture pTexture = nullptr 
) const [protected, pure virtual]

Creates a texture.

Parameters:
[in]cTextureManagerTexture manager to use
[in]pTextureTexture to manipulate, if a null pointer a new texture is created
Returns:
The created/manipulated texture, a null pointer on error

The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:40
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported