This is the complete list of members for
render::TextureUnit, including all inherited members.
| alphaBlendMode | render::TextureUnit | [protected] |
| colorBlendMode | render::TextureUnit | [protected] |
| getAlphaBlendMode() const | render::TextureUnit | |
| getColorBlendMode() const | render::TextureUnit | |
| getTexture() const | render::TextureUnit | |
| getTextureCoordSet() const | render::TextureUnit | |
| mTexture | render::TextureUnit | [protected] |
| mTextureCoordSetIndex | render::TextureUnit | [protected] |
| setAlphaOperation(LayerBlendOperation op, LayerBlendSource source1=LBS_TEXTURE, LayerBlendSource source2=LBS_CURRENT, f32 arg1=1.0f, f32 arg2=1.0f, f32 manualBlend=0.0f) | render::TextureUnit | |
| setColorOperation(LayerBlendOperation op, LayerBlendSource source1=LBS_TEXTURE, LayerBlendSource source2=LBS_CURRENT, const Color &arg1=Color::White, const Color &arg2=Color::White, f32 manualBlend=0.0f) | render::TextureUnit | |
| setTexture(const std::string &filename) | render::TextureUnit | |
| setTexture(Texture *texture) | render::TextureUnit | |
| setTextureCoordSet(u32 set) | render::TextureUnit | |
| TextureUnit() | render::TextureUnit | |