#include <texturecube.h>
|
| | TextureCube (Engine::Texture *pTexture, const Attribute &attribute) |
| |
| virtual | ~TextureCube () |
| |
| virtual void | create (Material *pMaterial) |
| |
| virtual void | addShaderResources (Material *pMaterial) |
| |
| virtual void | addShaderCode (Material *pMaterial) |
| |
| | Texture (const char *baseSamplerName, TextureType target, const Attribute &attribute, bool projection, bool mixed) |
| |
| | Texture (Engine::Texture *pTexture, const char *baseSamplerName, TextureType target, const Attribute &attribute, bool projection, bool mixed) |
| |
| virtual | ~Texture () |
| |
| virtual void | update (Material *pMaterial) |
| |
| Engine::Texture * | getTexture () |
| |
| virtual void | setTexture (Engine::Texture *pTexture) |
| |
| bool | isProjection () |
| |
| bool | isMixed () |
| |
| | Sampler (const char *samplerName, const Attribute &attribute) |
| |
| virtual | ~Sampler () |
| |
| uint | getSamplerIndex () |
| |
◆ TextureCube()
| Texel::TextureCube::TextureCube |
( |
Engine::Texture * | pTexture, |
|
|
const Attribute & | attribute ) |
◆ ~TextureCube()
| virtual Texel::TextureCube::~TextureCube |
( |
| ) |
|
|
virtual |
◆ addShaderCode()
| virtual void Texel::TextureCube::addShaderCode |
( |
Material * | pMaterial | ) |
|
|
virtual |
◆ addShaderResources()
| virtual void Texel::TextureCube::addShaderResources |
( |
Material * | pMaterial | ) |
|
|
virtual |
◆ create()
| virtual void Texel::TextureCube::create |
( |
Material * | pMaterial | ) |
|
|
virtual |
◆ pNormalMatrix
Pointer to component containing the normal-matrix. Normal2D will only allocate if does not exist.
◆ pNormalVertex
Pointer to component containing the normal-attribute array. Normal2D will only allocate if does not exist.
The documentation for this class was generated from the following file: